Returns the node number of the node indicated by the node identifier nodeid
.
The number of the node.
An instance of Cplex
assigns node identifiers to nodes when it creates them while branching. Within a search, these node identifiers are unique throughout the duration of that search. However, the remaining nodes are implicitly numbered starting from 0 (zero) at each node. This method returns the number that the node with the specified identifier has within that local numbering.