The Cplex..::..Param type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides Object..::..Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides Object..::..ToString()()()().) |
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).
|