ILOG CPLEX .NET Reference Manual

Cplex.NodeCallback.SelectNode Method (Int32)

Selects the next node to be processed by its number.

protected virtual void SelectNode(
   int node
);

Parameters

node
The number of the node you want to be processed next.

Remarks

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.

See Also

Cplex.NodeCallback Class | ILOG.CPLEX Namespace | Cplex.NodeCallback.SelectNode Overload List