跳至主内容
框架 无框架

并行模式枚举

定义文件: ilcplex/ilocplexi.h

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