Opened 8 years ago
Closed 8 years ago
#2641 closed feature request (done)
Bin Packing Trunk Integration
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Problems.BinPacking | Version: | 3.3.13 |
Keywords: | Cc: |
Description
This ticket is used to track the changes for the trunk integration of the bin packing problem (see #1966)
Change History (11)
comment:1 Changed 8 years ago by gkronber
- Status changed from new to accepted
comment:2 Changed 8 years ago by gkronber
comment:3 Changed 8 years ago by gkronber
r14163: svn:ignore and commit of missing file
comment:4 Changed 8 years ago by gkronber
- fixed persistence bug
- added unit test to create BPP sample
- added BPP sample to start page
- renaming of properties
comment:5 Changed 8 years ago by gkronber
r14168: fixed build dependencies and configurations (of testfunctions.multiobjective)
comment:6 Changed 8 years ago by gkronber
r14167 causes a compile error for HeuristicLab.Tests solution on the builder (but it works on my machine)
comment:7 Changed 8 years ago by gkronber
r14169: temporarily excluded file to create the TS_BPP sample because it fails to build on the builder
comment:9 Changed 8 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:10 Changed 8 years ago by gkronber
comment:11 Changed 8 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14162: first import of bin packing problem (
TODO: persistence and sample)