The Cplex..::..BasisStatus type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| AtLower |
This status reports that the variable or slack corresponding to a
constraint is nonbasic and at its bound.
| |
| AtUpper |
This status reports that the variable or slack corresponding to a
constraint is nonbasic, and at its upper bound.
| |
| Basic |
This status reports that the variable or slack corresponding to a
constraint is basic.
| |
| FreeOrSuperbasic |
This status reports that the variable is nonbasic, but not at a
bound.
| |
| NotABasicStatus |
This status represents an illegal basis status.
|