Returns the objective value of the node indicated by the node number node.

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

Syntax

C#
protected internal virtual double GetObjValue(
	int node
)

Parameters

node
Type: System..::..Int32
The number of the node for which the objective value is requested.

Return Value

The objective value of node number node.

See Also