ILOG CPLEX .NET Reference Manual

Cplex.IncumbentCallback.GetValue Method (INumVar)

Returns the value of the variable var in the potential incumbent solution.

protected virtual double GetValue(
   INumVar var
);

Parameters

var
The variable whose value is to be returned.

Return Value

The value of var in the potential incumbent solution.

See Also

Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace | Cplex.IncumbentCallback.GetValue Overload List