Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
MIPGap
Relative MIP optimality gap
Type: | double |
---|---|
Default value: | 1e-4 |
Minimum value: | 0 |
Maximum value: | Infinity |
The MIP solver will terminate (with an optimal result) when the
relative gap between the lower and upper objective bound is less than
MIPGap
times the upper bound.
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.