ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetValue Method (INumExpr)

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

protected 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.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetValue Overload List