Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
IntFeasTol
Integer feasibility tolerance
Type: | double | |
---|---|---|
Default value: | 1e-5 | |
Minimum value: | 1e-9 | |
Maximum value: | 1e-1 |
An integrality restriction on a variable is considered satisfied when
the variable's value is less than IntFeasTol
from the nearest
integer value. Tightening this tolerance can produce smaller
integrality violations, but very tight tolerances may significantly
increase runtime. Loosening this tolerance rarely reduces runtime.
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.