|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ilog.cplex.IloCplex.VariableSelect
Enumeration of possible values for the
IloCplex.IntParam.VarSel parameter.
Use these values with the method
IloCplex.setParam(IloCplex.IntParam.VarSel, value).
| Field Summary | |
static int |
DefaultVarSel
Branch variable automatically selected. |
static int |
MaxInfeas
Branch on variable with maximum infeasibility. |
static int |
MinInfeas
Branch on variable with minimum infeasibility. |
static int |
Pseudo
Branch based on pseudo costs. |
static int |
PseudoReduced
Branch based on pseudo reduced costs. |
static int |
Strong
Strong branching. |
| Constructor Summary | |
IloCplex.VariableSelect()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MinInfeas
public static final int DefaultVarSel
public static final int MaxInfeas
public static final int Pseudo
public static final int Strong
public static final int PseudoReduced
| Constructor Detail |
public IloCplex.VariableSelect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||