ILOG CPLEX 11.0 User's Manual > Advanced Programming Techniques > Parallel Optimizers > Using Parallel Optimizers in the ILOG CPLEX Component Libraries |
Using Parallel Optimizers in the ILOG CPLEX Component Libraries |
INDEX PREVIOUS NEXT |
Follow these steps to invoke a parallel optimizer with the ILOG CPLEX component libraries.
ParallelMode
, CPX_PARAM_PARALLELMODE
) or threads (Threads
, CPX_PARAM_THREADS
) parameter in your application. This step is mandatory if you want to use the parallel barrier optimizer or the concurrent optimizer. If you want to use the parallel MIP optimizer in deterministic mode with fewer than the maximum number of available threads, set both the parallel mode and the threads parameter in your application. See Determinism of Results for background about this step.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |