English

Algorithms for the Pagination Problem, a Bin Packing with Overlapping Items

Data Structures and Algorithms 2017-09-06 v3 Discrete Mathematics

Abstract

We introduce the strongly NP-complete pagination problem, an extension of BIN PACKING where packing together two items may make them occupy less volume than the sum of their individual sizes. To achieve this property, an item is defined as a finite set of symbols from a given alphabet: while, in BIN PACKING, any two such sets would be disjoint, in PAGINATION, they can share zero, one or more symbols. After formulating the problem as an integer linear program, we try to approximate its solutions with several families of algorithms: from straightforward adaptations of classical BIN PACKING heuristics, to dedicated algorithms (greedy and non-greedy), to standard and grouping genetic algorithms. All of them are studied first theoretically, then experimentally on an extensive random test set. Based upon these data, we propose a predictive measure of the statistical difficulty of a given instance, and finally recommend which algorithm should be used in which case, depending on either time constraints or quality requirements.

Keywords

Cite

@article{arxiv.1605.00558,
  title  = {Algorithms for the Pagination Problem, a Bin Packing with Overlapping Items},
  author = {Aristide Grange and Imed Kacem and Sébastien Martin},
  journal= {arXiv preprint arXiv:1605.00558},
  year   = {2017}
}

Comments

15 pages, 8 figures, preprint

R2 v1 2026-06-22T13:46:50.784Z