| Overview | Group | Tree | Graph | Deprecated | 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 CPLEX Parameters Reference Manual for CPLEX User's Manual for more information about these parameters. Also see the CPLEX 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 |