ilog.cplex
Class IloCplex.NodeSelect

java.lang.Object
  |
  +--ilog.cplex.IloCplex.NodeSelect

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

This class lists values that the parameter NodeSel can assume in IloCplex. Use these values with the method setParam().


Field Summary
static int BestBound
          Sets BestBound to 1
static int BestEst
          Sets BestEst to 2
static int BestEstAlt
          Sets BestEstAlt to 3
static int DFS
          Sets DFS (Depth First Search) to 0
 
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
Sets DFS (Depth First Search) to 0

BestBound

public static final int BestBound
Sets BestBound to 1

BestEst

public static final int BestEst
Sets BestEst to 2

BestEstAlt

public static final int BestEstAlt
Sets BestEstAlt to 3
Constructor Detail

IloCplex.NodeSelect

public IloCplex.NodeSelect()