ILOG CPLEX .NET Reference Manual

Cplex.IncumbentCallback.GetValues Method

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

Overload List

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

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

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.

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

See Also

Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace