public static class IloCplex.ParallelMode
extends java.lang.Object
IloCplex.IntParam.ParallelMode.
Use these values with the method
setParam( ilog.opl.IloCplex.ParallelMode, value).
| Modifier and Type | Field and Description |
|---|---|
static int |
Auto
Automatically select parallel mode
|
static int |
Deterministic
Limit parallelism to maintain determinism
|
static int |
Opportunistic
Use all opportunities for parallelism
|
| Constructor and Description |
|---|
IloCplex.ParallelMode() |