|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.IloCplex.NodeSelect
Enumeration of possible values for the
IloCplex.IntParam.NodeSel
parameter.
Use these values with the method
IloCplex.setParam(IloCplex.IntParam.NodeSel, value)
.
Field Summary | |
static int |
BestBound
Best-bound search. |
static int |
BestEst
Best-estimate search. |
static int |
BestEstAlt
Alternative best-estimate search. |
static int |
DFS
Depth-first search. |
Constructor Summary | |
IloCplex.NodeSelect()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DFS
public static final int BestBound
public static final int BestEst
public static final int BestEstAlt
Constructor Detail |
public IloCplex.NodeSelect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |