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 will lead to smaller integrality violations, but may significantly increase runtimes.

Note: Only affects mixed integer programming (MIP) models