public static class IloCplex.Param
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
IloCplex.Param.Barrier |
static class |
IloCplex.Param.Benders |
static class |
IloCplex.Param.Conflict |
static class |
IloCplex.Param.Emphasis |
static class |
IloCplex.Param.Feasopt |
static class |
IloCplex.Param.MIP |
static class |
IloCplex.Param.MultiObjective |
static class |
IloCplex.Param.Network |
static class |
IloCplex.Param.Output |
static class |
IloCplex.Param.Preprocessing |
static class |
IloCplex.Param.Read |
static class |
IloCplex.Param.Sifting |
static class |
IloCplex.Param.Simplex |
static class |
IloCplex.Param.Tune |
| Modifier and Type | Field and Description |
|---|---|
static IloCplex.IntParam |
Advance
Indicator for advanced starting information.
|
static IloCplex.IntParam |
ClockType
Type of clock used to measure time.
|
static IloCplex.StringParam |
CPUmask
Cpubinding mask (off, auto, or a hex mask).
|
static IloCplex.DoubleParam |
DetTimeLimit
Deterministic time limit in ticks.
|
static IloCplex.IntParam |
NodeAlgorithm
Algorithm to solve subproblems.
|
static IloCplex.IntParam |
OptimalityTarget
Type of solution CPLEX will attempt to compute.
|
static IloCplex.IntParam |
Parallel
Parallel optimization mode.
|
static IloCplex.BooleanParam |
ParamDisplay
Whether to display changed parameters before optimization.
|
static IloCplex.IntParam |
RandomSeed
Seed to initialize the random number generator.
|
static IloCplex.BooleanParam |
Record
Record calls to C API.
|
static IloCplex.IntParam |
RootAlgorithm
Algorithm to solve initial relaxation.
|
static IloCplex.IntParam |
SolutionType
Solution information CPLEX will attempt to compute.
|
static IloCplex.IntParam |
Threads
Default parallel thread count.
|
static IloCplex.DoubleParam |
TimeLimit
Time limit in seconds.
|
static IloCplex.StringParam |
WorkDir
Directory for CPLEX working files.
|
static IloCplex.DoubleParam |
WorkMem
Memory available for working storage (in megabytes).
|
public static final IloCplex.IntParam Advance
See CPXPARAM_Advance in the C API for further information.
public static final IloCplex.IntParam ClockType
See CPXPARAM_ClockType in the C API for further information.
public static final IloCplex.StringParam CPUmask
See CPXPARAM_CPUmask in the C API for further information.
public static final IloCplex.DoubleParam DetTimeLimit
See CPXPARAM_DetTimeLimit in the C API for further information.
public static final IloCplex.IntParam NodeAlgorithm
See CPXPARAM_NodeAlgorithm in the C API for further information.
public static final IloCplex.IntParam OptimalityTarget
See CPXPARAM_OptimalityTarget in the C API for further information.
public static final IloCplex.IntParam Parallel
See CPXPARAM_Parallel in the C API for further information.
public static final IloCplex.BooleanParam ParamDisplay
See CPXPARAM_ParamDisplay in the C API for further information.
public static final IloCplex.IntParam RandomSeed
See CPXPARAM_RandomSeed in the C API for further information.
public static final IloCplex.BooleanParam Record
See CPXPARAM_Record in the C API for further information.
public static final IloCplex.IntParam RootAlgorithm
See CPXPARAM_RootAlgorithm in the C API for further information.
public static final IloCplex.IntParam SolutionType
See CPXPARAM_SolutionType in the C API for further information.
public static final IloCplex.IntParam Threads
See CPXPARAM_Threads in the C API for further information.
public static final IloCplex.DoubleParam TimeLimit
See CPXPARAM_TimeLimit in the C API for further information.
public static final IloCplex.StringParam WorkDir
See CPXPARAM_WorkDir in the C API for further information.
public static final IloCplex.DoubleParam WorkMem
See CPXPARAM_WorkMem in the C API for further information.