Returns the slack values for num
consecutive constraints, starting from the index specified by start
, in the array rng
for the proposed incumbent solution.
rng
for which to query the slack values. rng
for which to query the slack values. An array of double values containing the slack values for the proposed incumbent solution for the specified constraints. If the returned array is called s
, s[i]
contains the slack value for constraint rng[i+start]
.
Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace | Cplex.IncumbentCallback.GetSlacks Overload List