ilog.cplex
Class IloCplex.VariableSelect

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

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

The class which defines possible settings for the IloCplex.IntParam.VarSel parameter. The enumeration IloCplex.VariableSelect lists values that the parameter IloCplex.VarSel can assume in IloCplex. Use these values with the method IloCplex.setParam(IloCplex.VarSel, value).


Field Summary
static int DefaultVarSel
          Sets DefaultVarSel to 0
static int MaxInfeas
          Sets MaxInfeas to 1
static int MinInfeas
          Sets MinInfeas to -1
static int Pseudo
          Sets Pseudo to 2
static int PseudoReduced
          Sets PseudoReduced to 4
static int Strong
          Sets Strong to 3
 
Constructor Summary
IloCplex.VariableSelect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MinInfeas

public static final int MinInfeas
Sets MinInfeas to -1

DefaultVarSel

public static final int DefaultVarSel
Sets DefaultVarSel to 0

MaxInfeas

public static final int MaxInfeas
Sets MaxInfeas to 1

Pseudo

public static final int Pseudo
Sets Pseudo to 2

Strong

public static final int Strong
Sets Strong to 3

PseudoReduced

public static final int PseudoReduced
Sets PseudoReduced to 4
Constructor Detail

IloCplex.VariableSelect

public IloCplex.VariableSelect()