Overview | Group | Tree | Graph | 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 reference manual ILOG CPLEX Parameters and the ILOG CPLEX User's Manual for more information about these parameters. Also see the 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
|