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