Returns the variable that was branched upon to create the node specified by number node.

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

Syntax

C#
protected internal virtual INumVar GetBranchVar(
	int node
)

Parameters

node
Type: System..::..Int32
The number of the node from which you want to obtain the variable.

Return Value

The branch variable of the node with number node.

See Also