| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |
The enumeration IloCplex::ParallelMode lists values that the parallel mode parameter IloCplex::ParallelMode can assume in IloCplex for use on multiprocessor or multithread platforms. 通过IloCplex::setParam(IloCplex::ParallelMode,
value) 方法使用这些值。
有关该参数的更多信息,请参阅《CPLEX 参数参考手册》和《CPLEX 用户手册》。 另请参阅《CPLEX 用户手册》了解其使用示例。
另请参阅:
| 字段 |
|---|
Opportunistic = CPX_PARALLEL_OPPORTUNISTIC | |
AutoParallel = CPX_PARALLEL_AUTO | |
Deterministic = CPX_PARALLEL_DETERMINISTIC |