ILOG CPLEX .NET Reference Manual

Cplex.Goal.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 double[] GetValues(INumVar[]);

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

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

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace