1
2
3
4
5
6
7
8
9
10
11
12
13
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Attribute RelativeGap 
 |  { 
 |    #keys: '3[133336.0.1496896521][133336.0.1496896520][133336.0.1496896522]' 
 |    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 
 |  } 
 |  
  |