ilog.cplex
Class IloCplex.NodeSelect

java.lang.Object
  |
  +--ilog.cplex.IloCplex.NodeSelect
Enclosing class:
IloCplex

public static class IloCplex.NodeSelect
extends java.lang.Object

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

DFS

public static final int DFS
Depth-first search.

See Also:
Constant Field Values

BestBound

public static final int BestBound
Best-bound search.

See Also:
Constant Field Values

BestEst

public static final int BestEst
Best-estimate search.

See Also:
Constant Field Values

BestEstAlt

public static final int BestEstAlt
Alternative best-estimate search.

See Also:
Constant Field Values
Constructor Detail

IloCplex.NodeSelect

public IloCplex.NodeSelect()