Returns infeasibility values for the constraints corresponding to the rows of an LP matrix.
An array containing the infeasibility values for the constraints corresponding to the rows of matrix
. If infeas
is the array returned by this method, infeas[j]
will be the infeasibility value for the constraint corresponding to row j
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