Selects the next node to be processed by its number.
Selects the node indicated by number node
as the next node to process in the branch-and-cut search. The parameter node
is the node number of the node to selected and must be between 0
(zero) and getNremainingNodes()-1
.
The invoking instance of Cplex
uses the specified node as the next node to process.
Cplex.NodeCallback Class | ILOG.CPLEX Namespace | Cplex.NodeCallback.SelectNode Overload List