ILOG CPLEX .NET Reference Manual

Cplex.GetAX Method (IRange[])

Returns row activity values for an array of range constraints.

public virtual double[] GetAX(
   IRange[] rng
);

Parameters

rng
An array of range constraints whose row activity values are being queried. These range constraints must all be in the active model, either directly or through an ILPMatrix object.

Return Value

The row activity values for the range constraints in rng. If ax is the array returned by this method, ax[i] will be the row activity value for the range constraint rng[i].

Remarks

UnknownObjectException A constraint in rng 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.GetAX Overload List