public static class IloCplex.StringParam extends IloCplex.Param
IloCplex parameters.
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.StringParam |
CPUMask
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.StringParam |
FileEncoding
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.StringParam |
IntSolFilePrefix
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
static IloCplex.StringParam |
WorkDir
Deprecated.
Use hierarchy of parameters under
IloCplex.Param instead.
|
Advance, ClockType, CPUmask, DetTimeLimit, NodeAlgorithm, OptimalityTarget, Parallel, ParamDisplay, RandomSeed, Record, RootAlgorithm, SolutionType, Threads, TimeLimit, WorkMem| Constructor and Description |
|---|
IloCplex.StringParam(int val,
java.lang.String name) |
equals, hashCode@Deprecated public static final IloCplex.StringParam WorkDir
IloCplex.Param instead.
See CPX_PARAM_WORKDIR in the C API,
or IloCplex::StringParam::WorkDir in the C++ API
for further information.
@Deprecated public static final IloCplex.StringParam FileEncoding
IloCplex.Param instead.
See CPX_PARAM_FILEENCODING in the C API,
or IloCplex::StringParam::FileEncoding in the C++ API
for further information.
@Deprecated public static final IloCplex.StringParam IntSolFilePrefix
IloCplex.Param instead.
See CPX_PARAM_INTSOLFILEPREFIX in the C API,
or IloCplex::StringParam::IntSolFilePrefix in the C++ API
for further information.
@Deprecated public static final IloCplex.StringParam CPUMask
IloCplex.Param instead.
See CPX_PARAM_CPUMASK in the C API,
or IloCplex::StringParam::CPUMask in the C++ API
for further information.