Returns infeasibility values for num
consecutive variables, starting from the index specified by start
.
var
for which to query the infeasibility. var
for which to query the infeasibility. The infeasibility values for the specified variables. If infeas
is the array returned by this method, infeas[j]
will be the infeasibility value for variable var[j+start]
.
var
is not in the active model. ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetInfeasibilities Overload List