ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetValue Method

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

Overload List

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

protected virtual double GetValue(INumExpr);

Returns the solution value of a variable at the current node.

protected virtual double GetValue(INumVar);

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace