5 stable releases
new 2.1.1 | Oct 3, 2024 |
---|---|
2.1.0 | Sep 7, 2024 |
2.0.0 | Sep 4, 2024 |
1.0.1 | Aug 30, 2024 |
#679 in Algorithms
292 downloads per month
Used in 3 crates
(via agb_image_converter)
21KB
371 lines
pagination-packing
A Rust crate for efficiently solving bin-packing problems with overlap: so-called “pagination” problems.
The problem is described in the paper Algorithms for the Bin Packing Problem with Overlapping Items (by Aristide Grange, Imed Kacem, and Sébastien Martin), as well as the “Overload and Remove” algorithm implemented here.