7 stable releases
| 2.1.3 | Aug 26, 2025 |
|---|---|
| 2.1.2 | Apr 23, 2025 |
| 2.1.1 | Oct 3, 2024 |
| 2.1.0 | Sep 7, 2024 |
| 1.0.1 | Aug 30, 2024 |
#776 in Algorithms
311 downloads per month
Used in 6 crates
(via agb_image_converter)
21KB
372 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.