Returns basis statuses for num
consecutive variables, starting from the index specified by start
, in the array var
.
var
for which to return basis statuses. var
for which to return basis statuses. The basis statuses for the specified variables in var
. If b
is the returned array, b[j]
will be the basis status for variable var[j+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