public static class IloCplex.NodeSelect
extends java.lang.Object
IloCplex.IntParam.NodeSel
parameter. Use these values with the method
IloCplex.setParam( ilog.opl.IloCplex.IntParam.NodeSel, value).| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
IloCplex.NodeSelect() |