Overview | Group | Tree | Graph | 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.
See Also:
IloCplex, IloCplex::BasisStatusArray
Fields |
---|
NotABasicStatus | |
Basic | |
AtLower | |
AtUpper | |
FreeOrSuperbasic |