Returns the values of num
consecutive variables, starting from the index specified by start
, in the array var
of variables in the potential incumbent solution.
var
for which the proposed incumbent value is requested. var
for which the proposed incumbent value is requested. An array containing the values of the proposed incumbent for the specified variables in the array var
. If the returned array is val
, val[j]
is the proposed incumbent value for variable var[j+start]
.
Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace | Cplex.IncumbentCallback.GetValues Overload List