NO FRAMES

Enumeration BasisStatus

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::BasisStatus lists values that the status of variables or range constraints may assume in a basis. NotABasicStatus is not a valid status for a variable. A basis containing such a status does not constitute a valid basis. The basis status of a ranged constraint corresponds to the basis status of the corresponding slack or artificial variable that IloCplex manages for it. FreeOrSuperbasic specifies that the variable is nonbasic, but not at a bound.

See Also:

Fields
NotABasicStatus
Basic
AtLower
AtUpper
FreeOrSuperbasic