MIP integer solution limit

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

Purpose

MIP integer solution limit

API Parameter Name Name prior to V12.6.0
C CPXPARAM_MIP_Limits_Solutions CPX_PARAM_INTSOLLIM
C++ IloCplex::Param::MIP::Limits::Solutions IntSolLim (long)
Java IloCplex.Param.MIP.Limits.Solutions IntSolLim (long)
.NET Cplex.Param.MIP.Limits.Solutions IntSolLim (long)
OPL intsollim intsollim
Python parameters.mip.limits.solutions mip.limits.solutions
MATLAB Cplex.Param.mip.limits.solutions mip.limits.solutions
Interactive mip limits solutions mip limits solutions
Identifier 2015 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: maximum number of solutions generated for solution pool by populate.

Values

Any positive integer strictly greater than zero; zero is not allowed; default: 9223372036800000000.

See also

maximum number of solutions generated for solution pool by populate