ILOG CPLEX 10.2 Parameters Reference Manual > > Alphabetic List of Parameters > MIP parallel threads limit

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:

The global thread limit (CPX_PARAM_THREADS, Threads) does not affect this parameter.

Values

Any positive integer; default: 1.

See Also

CPX_PARAM_MIPTHREADS, MIPThreads