Returns slack values for a range of num
consecutive rows, starting from the index specified by start
, of an LP matrix.
An array containing the slack vector for the constraints corresponding to the specified rows of the LP matrix. If s
is the array returned by this method, s[i]
will be the slack value for the constraint corresponding to row i+start
of matrix
.
matrix
is not in the active model. ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetSlacks Overload List