ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetIncumbentValues Method (INumVar[])

Returns incumbent solution values for an array of variables.

protected double[] GetIncumbentValues(
   INumVar[] vars
);

Parameters

vars
The array of variables whose incumbent solution values are being queried.

Return Value

The incumbent solution values for variables listed in var. The solution value for variable var[j] is returned as element j of the returned array.

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetIncumbentValues Overload List