public static class IloCplex.BooleanParam extends IloCplex.Param
IloCplex that are
Boolean-valued. Boolean values are sometimes also referred to as
binary values or zero-one values. For more detail about each parameter,
see the CPLEX Parameters Reference Manual.IloCplex.Param.Barrier, IloCplex.Param.Benders, IloCplex.Param.Conflict, IloCplex.Param.Emphasis, IloCplex.Param.Feasopt, IloCplex.Param.MIP, IloCplex.Param.MultiObjective, IloCplex.Param.Network, IloCplex.Param.Output, IloCplex.Param.Preprocessing, IloCplex.Param.Read, IloCplex.Param.Sifting, IloCplex.Param.Simplex, IloCplex.Param.Tune| Modifier and Type | Field and Description |
|---|---|
static IloCplex.BooleanParam |
CloneLog
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
LBHeur
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
MemoryEmphasis
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
MIPOrdInd
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
MPSLongNum
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
NumericalEmphasis
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
ParamDisplay
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
PerInd
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
PreInd
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
QPmakePSDInd
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
Record
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.BooleanParam |
SiftingSimplex
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
Advance, ClockType, CPUmask, DetTimeLimit, NodeAlgorithm, OptimalityTarget, Parallel, RandomSeed, RootAlgorithm, SolutionType, Threads, TimeLimit, WorkDir, WorkMem| Constructor and Description |
|---|
IloCplex.BooleanParam(int val,
java.lang.String name) |
equals, hashCode@Deprecated public static final IloCplex.BooleanParam CloneLog
IloCplex.Param instead.
See CPX_PARAM_CLONELOG in the C API,
or IloCplex::BoolParam::CloneLog in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam PreInd
IloCplex.Param instead.
See CPX_PARAM_PREIND in the C API,
or IloCplex::BoolParam::PreInd in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam MIPOrdInd
IloCplex.Param instead.
See CPX_PARAM_MIPORDIND in the C API,
or IloCplex::BoolParam::MIPOrdInd in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam MPSLongNum
IloCplex.Param instead.
See CPX_PARAM_MPSLONGNUM in the C API,
or IloCplex::BoolParam::MPSLongNum in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam LBHeur
IloCplex.Param instead.
See CPX_PARAM_LBHEUR in the C API,
or IloCplex::BoolParam::LBHeur in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam PerInd
IloCplex.Param instead.
See CPX_PARAM_PERIND in the C API,
or IloCplex::BoolParam::PerInd in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam QPmakePSDInd
IloCplex.Param instead.
See CPX_PARAM_QPMAKEPSDIND in the C API,
or IloCplex::BoolParam::QPmakePSDInd in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam MemoryEmphasis
IloCplex.Param instead.
See CPX_PARAM_MEMORYEMPHASIS in the C API,
or IloCplex::BoolParam::MemoryEmphasis in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam NumericalEmphasis
IloCplex.Param instead.
See CPX_PARAM_NUMERICALEMPHASIS in the C API,
or IloCplex::BoolParam::NumericalEmphasis in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam ParamDisplay
IloCplex.Param instead.
See CPX_PARAM_PARAMDISPLAY in the C API,
or IloCplex::BoolParam::ParamDisplay in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam Record
IloCplex.Param instead.
See CPX_PARAM_RECORD in the C API,
or IloCplex::BoolParam::Record in the C++ API
for further information.
@Deprecated public static final IloCplex.BooleanParam SiftingSimplex
IloCplex.Param instead.
See CPX_PARAM_SIFTSIM in the C API,
or IloCplex::BoolParam::SiftingSimplex in the C++ API
for further information.