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

C Name

CPX_PARAM_MIPTHREADS

C++ Name

MIPThreads

Java Name

MIPThreads

.NET Name

MIPThreads

InteractiveOptimizer

mip limits threads

Identifier

2014

Description

Determines the maximum number of parallel processes (threads) that will be invoked by the Parallel MIP optimizer. The default value of 0 (zero) means that the limit will be determined by the value of the global thread limit parameter (CPX_PARAM_THREADS, Threads). A positive value will override the value of the global thread limit parameter.

Values

Value 
Meaning 
0 default 
MIP thread limit determined by global thread limit 
Any positive integer greater than or equal to 1 
Upper limit on threads for Parallel MIP 

See Also

CPX_PARAM_THREADS, Threads