Node selection callback
Describes special considerations about the node selection callback.
The user can influence the order in which nodes are explored by
installing a node selection callback (through CPXsetnodecallbackfunc).
When CPLEX chooses the node to explore next, it will call the user
callback routine, with the choice of CPLEX as an argument. The callback
has the option of modifying this choice.