ILOG CPLEX .NET Reference Manual

Cplex.GetAX Method (IRange)

Returns the row activity value for a range constraint.

public virtual double GetAX(
   IRange rng
);

Parameters

rng
The range constraint whose row activity value is being queried. This range constraint must be in the active model, either directly or through an ILPMatrix object.

Return Value

The row activity value for rng.

Remarks

UnknownObjectException 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