Returns infeasibility values for num
consecutive constraints, starting from the index specified by start
, from an array con
of constraints.
ILPMatrix
. con
whose infeasibility value is being queried. con
for which to query the infeasibility values. An array containing the infeasibility values for the specified constraints. If infeas
is the array returned by this method, infeas[i]
will be the infeasibility value for the range constraint con[i+start]
.
ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetInfeasibilities Overload List