ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetIncumbentValues Method

Returns incumbent solution values for an array of variables.

Overload List

Returns incumbent solution values for an array of variables.

protected double[] GetIncumbentValues(INumVar[]);

Returns the incumbent solution values for a set of variables.

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

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace