ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetValues Method (INumVar[])

Returns the solution values for an array of variables at the current node.

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

Parameters

var
An array of variables whose current solution values are being queried.

Return Value

An array of double values containing the solution values of the specified variables at the current node. If the returned array is called x, x[j] contains the current solution value for variable var[j].

See Also

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