公共静态类IloCplex.ParallelMode
扩展java.lang.Object
IloCplex.IntParam.ParallelMode的可能值枚举。将这些值与 "setParam( ilog.opl.IloCplex.ParallelMode, value)方法一起使用。
| 修饰符和类型 | 领域和说明 |
|---|---|
static int |
Auto自动选择并行模式
|
static int |
Deterministic限制并行性以保持确定性
|
static int |
Opportunistic利用一切机会实现并行
|
| 构造函数和说明 |
|---|
IloCplex.ParallelMode() |