ILOG CPLEX .NET Reference Manual

Cplex.BasisStatus Fields

The fields of the Cplex.BasisStatus class are listed below. For a complete list of Cplex.BasisStatus class members, see the Cplex.BasisStatus Members topic.

Public Static Fields

AtLower This status indicates that the variable or slack corresponding to a constraint is nonbasic and at its bound.
AtUpper This status indicates that the variable or slack corresponding to a constraint is nonbasic, and at its upper bound.
Basic This status indicates that the variable or slack corresponding to a constraint is basic.
FreeOrSuperbasic This status indicates that the variable is nonbasic, but not at a bound.
NotABasicStatus This status represents an illegal basis status.

See Also

Cplex.BasisStatus Class | ILOG.CPLEX Namespace