ILOG CPLEX 10.2 Parameters Reference Manual > > Alphabetic List of Parameters > MIP parallel threads limit |
MIP parallel threads limit |
INDEX
![]() |
C Name
CPX_PARAM_STRONGTHREADLIM
C++ Name
StrongThreadLim
Java Name
StrongThreadLim
.NET Name
StrongThreadLim
InteractiveOptimizer
mip limits strongthreads
Identifier
2047
Description
Controls the number of parallel threads used to perform strong branching. This parameter does nothing if the MIP thread limit is greater than 1 (one). The MIP thread limit is controlled by:
CPX_PARAM_MIPTHREADS
in the C API;
MIPThreads
in the C++, Java, or .NET APIs;
set mip limits threads
in the Interactive Optimizer.
The global thread limit (CPX_PARAM_THREADS
, Threads
) does not affect this parameter.
Values
Any positive integer; default: 1.
CPX_PARAM_MIPTHREADS
, MIPThreads
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |