Binpack: Common bin-packing heuristics.
An implementation of the first-fit, modified-first-fit, last-fit, best-fit, sum-of-squares-fit, worst-fit, and almost-last-fit bin packing heuristics. Items can be packed in order of both decreasing and increasing size (and, of course, in unmodified order).
The module supports both the standard (textbook) minimization problem (How many bins do I need?) and the more practical fitting problem (I've got n bins; which items can I take?).
The API is simple and the module is documented with Haddock (complete with examples). The implementation of the above-mentioned heuristics is complete and partially tested with QuickCheck. However, note that speed has not been a primary concern to date.
Patches and feedback are very welcome.
Downloads
- Binpack-0.4.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.3, 0.3.1, 0.4, 0.4.1 |
---|---|
Change log | NEWS |
Dependencies | base (>=3 && <5) [details] |
License | BSD-3-Clause |
Author | Björn B. Brandenburg |
Maintainer | bbb@cs.unc.edu |
Category | Algorithms, Heuristics |
Uploaded | by DavidFeng at 2014-02-07T13:32:35Z |
Distributions | NixOS:0.4.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5447 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |