ILOG CPLEX .NET Reference Manual

Cplex.GetAX Method (ILPMatrix)

Returns an array containing the row activity values for the constraints corresponding to the rows of an LP matrix.

public virtual double[] GetAX(
   ILPMatrix matrix
);

Parameters

matrix
The LP matrix for which to query the row activity values. This LP matrix must be in the active model.

Return Value

An array containing the row activity values for the rows of matrix. If ax is the array returned by this method, ax[i] will be the row activity value for the constraint corresponding to row i of matrix.

Remarks

UnknownObjectException matrix is unknown in Cplex. 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.GetAX Overload List