ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > MIP integer solution limit

C Name

CPX_PARAM_INTSOLLIM

C++ Name

IntSolLim

Java Name

IntSolLim

.NET Name

IntSolLim

InteractiveOptimizer

mip limits solutions

Identifier

2015

Description

Sets the number of MIP solutions to be found before stopping.

This integer solution limit does not apply to the populate procedure, which generates solutions to store in the solution pool. For a limit on the number of solutions generated by populate, see the populate limit parameter PopulateLim, CPX_PARAM_POPULATELIM.

Values

Any positive integer; default: 2100000000.

See Also

PopulateLim, CPX_PARAM_POPULATELIM