ILOG CPLEX .NET Reference Manual

Cplex.IncumbentCallback.GetValues Method (INumVar[])

Returns the values of variables in the array var in the potential incumbent solution.

protected virtual double[] GetValues(
   INumVar[] var
);

Parameters

var
The array of variables whose values are required.

Return Value

An array containing the values of the proposed incumbent for the variables in the array var. If the the returned array is val, val[j] is the proposed incumbent value for variable var[j].

See Also

Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace | Cplex.IncumbentCallback.GetValues Overload List