Overview | Group | Tree | Graph | Index | Concepts |
The enumeration IloCplex::BoolParam
lists the parameters of
CPLEX that require Boolean values. Boolean values are also known in certain
contexts as binary values or as zero-one (0-1) values.
Use these values with the
methods that accept Boolean parameters:
IloCplex::getParam
and
IloCplex::setParam
.
See the reference manual ILOG CPLEX Parameters for more information about these parameters. Also see the user's manual for examples of their use.
See Also:
Fields |
---|
DepInd |
= CPX_PARAM_DEPIND
|
PreInd |
= CPX_PARAM_PREIND
|
MIPStart |
= CPX_PARAM_MIPSTART
|
ReverseInd |
= CPX_PARAM_REVERSEIND
|
XXXInd |
= CPX_PARAM_XXXIND
|
MIPOrdInd |
= CPX_PARAM_MIPORDIND
|
RelaxPreInd |
= CPX_PARAM_RELAXPREIND
|
PerInd |
= CPX_PARAM_PERIND
|
PreLinear |
= CPX_PARAM_PRELINEAR
|
DataCheck |
= CPX_PARAM_DATACHECK
|
BarOOC |
= CPX_PARAM_BAROOC
|
Symmetry |
= CPX_PARAM_SYMMETRY
|
QPmakePSDInd |
= CPX_PARAM_QPMAKEPSDIND
|
FinalFactor |
= CPX_PARAM_FINALFACTOR
|