ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetValue Method (INumExpr)

Returns the value expr takes for the solution of the continuous relaxation of the current node.

protected virtual double GetValue(
   INumExpr expr
);

Parameters

expr
The expression for which to evaluate the current solution.

Return Value

The value expr takes for the solution of the continuous relaxation of the current node.

See Also

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