Returns slack values for num
consecutive constraints, starting from the index specified by start
, from an array rng
.
ILPMatrix
. rng
whose slack values are being queried. rng
for which to query the slack values. An array containing the slack values for the specified constraints. If s
is the array returned by this method, s[i]
will be the slack value for the range constraint rng[i+start]
.
ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetSlacks Overload List