Returns basis statuses for num
consecutive constraints, starting from the index specified by start
, in the array of constraints con
.
con
for which to return the basis status. con
for which to return the basis status. An array containing the basis statuses for constraints in con
. If b
is the returned array, b[i]
will be the basis status for constraint con[i+start]
.
This function succeeds only if a basic solution is available in the invoking Cplex
optimizer.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetBasisStatuses Overload List