The Cplex..::..Param type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Advance |
Indicator for advanced starting information.
| |
| ClockType |
Type of clock used to measure time.
| |
| CPUmask |
Cpubinding mask (off, auto, or a hex mask).
| |
| DetTimeLimit |
Deterministic time limit in ticks.
| |
| NodeAlgorithm |
Algorithm to solve subproblems.
| |
| OptimalityTarget |
Type of solution CPLEX will attempt to compute.
| |
| Parallel |
Parallel optimization mode.
| |
| ParamDisplay |
Whether to display changed parameters before optimization.
| |
| RandomSeed |
Seed to initialize the random number generator.
| |
| Record |
Record calls to C API.
| |
| RootAlgorithm |
Algorithm to solve initial relaxation.
| |
| SolutionType |
Solution information CPLEX will attempt to compute.
| |
| Threads |
Default parallel thread count.
| |
| TimeLimit |
Time limit in seconds.
| |
| WorkDir |
Directory for CPLEX working files.
| |
| WorkMem |
Memory available for working storage (in megabytes).
|