ILOG CPLEX .NET Reference Manual

Cplex.IncumbentCallback.GetValue Method (INumExpr)

Returns the value expr takes for the proposed incumbent solution.

protected virtual double GetValue(
   INumExpr expr
);

Parameters

expr
The expression for which to evaluate the proposed incumbent solution.

Return Value

The value expr takes for the solution of the proposed incumbent solution.

See Also

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