Opened 7 years ago
Closed 7 years ago
#2820 closed defect (done)
Bug in residual update in Bin packing
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.BinPacking | Version: | trunk |
Keywords: | Cc: |
Description (last modified by abeham)
The residual update that was added as part of 3.3.15 performs a ">" check instead of a ">=". In addition, residual update has to be performed before the new extreme points are added.
Change History (6)
comment:1 Changed 7 years ago by abeham
- Description modified (diff)
- Owner set to abeham
- Status changed from new to accepted
comment:2 Changed 7 years ago by abeham
comment:3 Changed 7 years ago by abeham
- Owner changed from abeham to jkarder
- Status changed from accepted to reviewing
comment:4 Changed 7 years ago by abeham
- Version changed from 3.3.14 to trunk
comment:5 Changed 7 years ago by jkarder
- Owner changed from jkarder to abeham
- Status changed from reviewing to readytorelease
comment:6 Changed 7 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r15392: merged revisions 15325, 15388 to stable
Note: See
TracTickets for help on using
tickets.
r15325: fixed bugs