Returns the node identifier of the node indicated by the node number node.

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

Syntax

C#
protected internal virtual Cplex..::..NodeId GetNodeId(
	int node
)

Parameters

node
Type: System..::..Int32
The node number of the node for which the node identifier is queried.

Return Value

The Cplex.NodeId of the specified node.

See Also