pagination-packing

Crates.iopagination-packing
lib.rspagination-packing
version2.1.1
sourcesrc
created_at2024-08-30 17:55:21.965421
updated_at2024-10-03 00:32:42.581153
descriptionA library for efficiently solving bin-packing problems with overlap: so-called “pagination” problems
homepage
repositoryhttps://sr.ht/~issotm/pagination-rs
max_upload_size
id1357969
size35,999
Eldred Habert (ISSOtm)

documentation

README

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.

Commit count: 0

cargo fmt