Originally posted by: SystemAdmin
I am not sure whether it will work, but it is worth a try.
Set the hidden "MIP threads" parameter to 1. In the interactive, this is "set mip limits _threads 1". From the programming APIs, this is the parameter number 2014.
Then, set the regular "global threads" parameter to 3.
In order to get dual, barrier,
and primal simplex, you need to use opportunistic parallel mode (because in deterministic parallel, the concurrent optimizer would only use dual and barrier).
Tobias
#CPLEXOptimizers#DecisionOptimization