ILOG CPLEX .NET Reference Manual

Cplex.BasisStatus Class

Enumeration of possible basis status codes.

For a list of all members of this type, see Cplex.BasisStatus Members.

System.Object
   ILOG.CPLEX.Cplex.BasisStatus

public class Cplex.BasisStatus

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A basis captures the essence of a solution of the simplex algorithm and can be used, among other things, to warm start an optimization with the simplex algorithm. The class Cplex.BasisStatus distinguishes three nonbasic statuses and one basic status for the variables (columns) and constraints (rows) of an LP or QP.

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

Cplex.BasisStatus Members | ILOG.CPLEX Namespace