public static class IloCplex.Param
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IloCplex.Param.Barrier
Barrier
|
static class |
IloCplex.Param.Benders
Benders
|
static class |
IloCplex.Param.Conflict
Conflict
|
static class |
IloCplex.Param.Emphasis
Emphasis
|
static class |
IloCplex.Param.Feasopt
Feasopt
|
static class |
IloCplex.Param.MIP
MIP
|
static class |
IloCplex.Param.MultiObjective
MultiObjective
|
static class |
IloCplex.Param.Network
Network
|
static class |
IloCplex.Param.Output
Output
|
static class |
IloCplex.Param.Preprocessing
Preprocessing
|
static class |
IloCplex.Param.Read
Read
|
static class |
IloCplex.Param.Sifting
Sifting
|
static class |
IloCplex.Param.Simplex
Simplex
|
static class |
IloCplex.Param.Tune
Tune
|
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.IntParam |
Advance
Advance.
|
static IloCplex.IntParam |
ClockType
ClockType.
|
static IloCplex.StringParam |
CPUmask
CPUmask.
|
static IloCplex.DoubleParam |
DetTimeLimit
DetTimeLimit.
|
static IloCplex.IntParam |
NodeAlgorithm
NodeAlgorithm.
|
static IloCplex.IntParam |
OptimalityTarget
OptimalityTarget.
|
static IloCplex.IntParam |
Parallel
Parallel.
|
static IloCplex.BooleanParam |
ParamDisplay
ParamDisplay.
|
static IloCplex.IntParam |
RandomSeed
RandomSeed.
|
static IloCplex.BooleanParam |
Record
Record.
|
static IloCplex.IntParam |
RootAlgorithm
RootAlgorithm.
|
static IloCplex.IntParam |
SolutionType
SolutionType.
|
static IloCplex.IntParam |
Threads
Threads.
|
static IloCplex.DoubleParam |
TimeLimit
TimeLimit.
|
static IloCplex.StringParam |
WorkDir
WorkDir.
|
static IloCplex.DoubleParam |
WorkMem
WorkMem.
|
| Constructor and Description |
|---|
IloCplex.Param() |
public static final IloCplex.IntParam Advance
CPXPARAM_Advance in the callable library manual.public static final IloCplex.IntParam ClockType
CPXPARAM_ClockType in the callable library manual.public static final IloCplex.StringParam CPUmask
CPXPARAM_CPUmask in the callable library manual.public static final IloCplex.DoubleParam DetTimeLimit
CPXPARAM_DetTimeLimit in the callable library manual.public static final IloCplex.IntParam NodeAlgorithm
CPXPARAM_MIP_Strategy_SubAlgorithm in the callable library manual.public static final IloCplex.IntParam OptimalityTarget
CPXPARAM_OptimalityTarget in the callable library manual.public static final IloCplex.IntParam Parallel
CPXPARAM_Parallel in the callable library manual.public static final IloCplex.BooleanParam ParamDisplay
CPXPARAM_ParamDisplay in the callable library manual.public static final IloCplex.IntParam RandomSeed
CPXPARAM_RandomSeed in the callable library manual.public static final IloCplex.BooleanParam Record
CPXPARAM_Record in the callable library manual.public static final IloCplex.IntParam RootAlgorithm
CPXPARAM_LPMethod in the callable library manual.public static final IloCplex.IntParam SolutionType
CPXPARAM_SolutionType in the callable library manual.public static final IloCplex.IntParam Threads
CPXPARAM_Threads in the callable library manual.public static final IloCplex.DoubleParam TimeLimit
CPXPARAM_TimeLimit in the callable library manual.public static final IloCplex.StringParam WorkDir
CPXPARAM_WorkDir in the callable library manual.public static final IloCplex.DoubleParam WorkMem
CPXPARAM_WorkMem in the callable library manual.