ILOG CPLEX provides parameters to control the solution pool. Table 15.3 summarizes these parameters. ILOG CPLEX Parameter Reference Manual documents each of these parameters in greater detail.
Table 15.3 Parameters for the solution pool
Purpose |
Concert parameter |
Callable Library parameter |
Interactive Optimizer |
Intensity | | |
mip pool intensity |
Limit on pool (number of solutions generated) | | |
mip limits populate |
Limit on capacity (number of solutions stored) | | |
mip pool capacity |
Replacement strategy | | |
mip pool replace |
Relative objective gap | | |
mip pool relgap |
Absolute objective gap | | |
mip pool absgap |
The node limit parameter (NodeLim
, CPX_PARAM_NODELIM
) and time limit parameter (TiLim
, CPX_PARAM_TILIM
) also have an effect on the solution pool, just as they influence MIP optimization generally. For more detail about these parameters, see their entries in the ILOG CPLEX Parameter Reference Manual.