# [`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*][paper] (by Aristide Grange, Imed Kacem, and Sébastien Martin), as well as the “Overload and Remove” algorithm implemented here. [paper]: https://arxiv.org/pdf/1605.00558 [`pagination-packing`]: https://lib.rs/crates/pagination-packing