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

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
protected internal virtual double GetEstimatedObjValue(
	int node
)

Parameters

node
Type: System..::..Int32
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