| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | | Quintiq file version 2.0 |  | #parent: #root |  | Attribute RelativeGap |  | { |  |   #keys: '3[108486.1.375774143][108486.1.375774140][108486.1.375774144]' |  |   Description: |  |   [* |  |     Sets a relative tolerance on the gap between the best integer objective and the objective of the best node remaining. |  |     When the value | bestnode - bestinteger | / (1e-10 + | bestinteger | ) falls below the value, the mixed integer optimization is stopped. |  |     For example, to instruct CPLEX to stop as soon as it has found a feasible integer solution proved to be within five percent of optimal, set the relative mipgap tolerance to 0.05. |  |   *] |  |   ValueType: Real |  | } | 
 |