| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
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:
IloCplex, IloCplex::BasisStatusArray
| Fields |
|---|
NotABasicStatus = -1 | |
Basic = 1 | |
AtLower = 0 | |
AtUpper = 2 | |
FreeOrSuperbasic = 3 |