Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
PoolGap
Maximum relative gap for stored solutions
Type: | double | |
---|---|---|
Default value: | Infinity | |
Minimum value: | 0 | |
Maximum value: | Infinity |
Determines how large a (relative) gap to tolerate in stored solutions.
When this parameter is set to a non-default value, solutions whose
objective values exceed that of the best known solution by more than
the specified (relative) gap are discarded. For example, if the MIP
solver has found a solution at objective 100, then a setting
of PoolGap=0.2
would discard solutions with objective worse
than 120 (assuming a minimization objective).
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.