| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The enumeration IloCplex::NodeSelect lists values that the
parameter IloCplex::NodeSel can assume in
IloCplex. Use these values with the method
IloCplex::setParam(IloCplex::NodeSel, value).
See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about these parameters. Also see the CPLEX User's Manual for examples of their use.
See Also:
| Fields |
|---|
DFS = CPX_NODESEL_DFS | |
BestBound = CPX_NODESEL_BESTBOUND | |
BestEst = CPX_NODESEL_BESTEST | |
BestEstAlt = CPX_NODESEL_BESTEST_ALT |