Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class BasisStatus

Remarks

Enumeration of possible basis status codes. 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.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..BasisStatus

See Also