Returns infeasibility values for the constraints corresponding to a range of num
rows of LP matrix, starting from the row specified by start
.
matrix
for which to query the infeasibility. The infeasibility values for the specified rows of LP matrix. If infeas
is the array returned by this method, infeas[j]
will be the infeasibility value for the constraint corresponding to row j+start
of matrix
.
matrix
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