Overview | Group | Tree | Graph | Index | Concepts |
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)
.
See the reference manual ILOG CPLEX Parameters and the ILOG CPLEX User's Manual for more information about these parameters. Also see the user's manual for examples of their use.
See Also:
Fields |
---|
MinInfeas |
= CPX_VARSEL_MININFEAS
|
DefaultVarSel |
= CPX_VARSEL_DEFAULT
|
MaxInfeas |
= CPX_VARSEL_MAXINFEAS
|
Pseudo |
= CPX_VARSEL_PSEUDO
|
Strong |
= CPX_VARSEL_STRONG
|
PseudoReduced |
= CPX_VARSEL_PSEUDOREDUCED
|