ILOG CPLEX .NET Reference Manual

Cplex.GetInfeasibilities Method (ILPMatrix)

Returns infeasibility values for the constraints corresponding to the rows of an LP matrix.

public virtual double[] GetInfeasibilities(
   ILPMatrix matrix
);

Parameters

matrix
The LP matrix for which to query the infeasibility. This LP matrix must be in the active model.

Return Value

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.

Remarks

UnknownObjectException The LP matrix matrix is not in the active model. ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.GetInfeasibilities Overload List