| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The enumeration IloCplex::ParallelMode lists values that
the parallel mode parameter IloCplex::ParallelMode
can assume in
IloCplex for use on multiprocessor or multithread
platforms.
Use these values with the method
IloCplex::setParam(IloCplex::ParallelMode,
value).
See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about this parameter. Also see the CPLEX User's Manual for examples of their use.
See Also:
| Fields |
|---|
Opportunistic = CPX_PARALLEL_OPPORTUNISTIC | |
AutoParallel = CPX_PARALLEL_AUTO | |
Deterministic = CPX_PARALLEL_DETERMINISTIC |