1
.
1
(one) and choosing either parallel simplex or parallel barrier for the subalgorithm.
1
(one) and the strong branching thread-limit to a value greater than one.
The following sections discuss details and tradeoffs associated with these options.
The parallel MIP optimizer is available on all the parallel platforms that ILOG CPLEX supports.
The parallel MIP optimizer generates slightly different output from the serial MIP optimizer (described in Termination and Post-Solution Information in a MIP). The following paragraphs explain those differences.
To make ILOG CPLEX record elapsed time for the MIP optimizer:
set
mip display i, where i
is 1
, 2
, 3
, 4
, or 5
.
IloCplex::MIPDisplay
or CPX_PARAM_MIPDISPLAY
to one of these same values 1
- 5
.
1
(one). For example:
1
(one) and the strong branching thread-limit parameter to a value greater than one. For example:
set mip limits threads 1
and set mip limits strongthreads 2
.
IloCplex::MipThreads
/ CPX_PARAM_MIPTHREADS
to 1
(one) and to set the parameter IloCplex::StrongThreadLim
/ CPX_PARAM_STRONGTHREADLIM
to a value greater than one.
3
, and the barrier thread-limit were set to 2
, then three subproblems could be solved simultaneously, each using two processors.