Returns the node identifier of the node indicated by the node number node
.
The Cplex.NodeId
of the specified node.
An instance of Cplex
numbers the nodes that remain to be explored in the branch and cut sequentially from 0
(zero) to getNremainingNodes()-1
. However, when a node is created during search, it also assigns a unique Cplex.NodeId
to it. This method allows you to query this Cplex.NodeId
for all unexplored nodes.