Returns row activity values for a range of num
consecutive rows, starting from the index specified by start
, of an LP matrix.
An array containing the row activity vector for specified rows of LP 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+start
of the ILPMatrix
matrix.
matrix
is unknown in Cplex
. ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetAX Overload List