Try our new documentation site (beta).
PoolSolutions
Number of MIP solutions to store
Type: | int | |
---|---|---|
Default value: | 10 | |
Minimum value: | 1 | |
Maximum value: | MAXINT |
Determines how many MIP solutions are stored. For the default value
of PoolSearchMode, these are just the
solutions that are found along the way in the process of exploring the
MIP search tree. For other values of PoolSearchMode
, this
parameter sets a target for how many solutions to find, so larger
values will impact performance.
One important note about integer-valued parameters: while the maximum value that can be stored in a signed integer is , we use a MAXINT value of 2,000,000,000. Attempting to set an integer parameter to a value larger than this maximum will produce an error.
Note: Only affects mixed integer programming (MIP) models
For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.