NO FRAMES

Enumeration Parallel_Mode

Definition file: 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, if your application is licensed for parallel optimization. Use these values with the method IloCplex::setParam(IloCplex::ParallelMode, value).

See the reference manual ILOG CPLEX Parameters and the ILOG CPLEX User's Manual for more information about this parameter. Also see the user's manual for examples of their use.

See Also:

Fields
Opportunistic
= CPX_PARALLEL_OPPORTUNISTIC
AutoParallel
= CPX_PARALLEL_AUTO
Deterministic
= CPX_PARALLEL_DETERMINISTIC