ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetValues Method

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

Overload List

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

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

Returns the solution values for a set of variables at the current node.

protected virtual double[] GetValues(INumVar[],int,int);

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace