ILOG CPLEX .NET Reference Manual

Cplex.IncumbentCallback.GetValue Method

Returns the value expr takes for the proposed incumbent solution.

Overload List

Returns the value expr takes for the proposed incumbent solution.

protected virtual double GetValue(INumExpr);

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

protected virtual double GetValue(INumVar);

See Also

Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace