Crates.io | pagination-packing |
lib.rs | pagination-packing |
version | 2.1.1 |
source | src |
created_at | 2024-08-30 17:55:21.965421 |
updated_at | 2024-10-03 00:32:42.581153 |
description | A library for efficiently solving bin-packing problems with overlap: so-called “pagination” problems |
homepage | |
repository | https://sr.ht/~issotm/pagination-rs |
max_upload_size | |
id | 1357969 |
size | 35,999 |
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.