ILOG CPLEX .NET Reference Manual

Cplex.NodeCallback.GetEstimatedObjValue Method (Int32)

Returns the estimated objective value for the node indicated by the node number node.

protected virtual double GetEstimatedObjValue(
   int node
);

Parameters

node
The number of the node for which the estimated objective value is requested.

Return Value

The estimated object value for the node with node number node.

See Also

Cplex.NodeCallback Class | ILOG.CPLEX Namespace | Cplex.NodeCallback.GetEstimatedObjValue Overload List