We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DM

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

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

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.
Comments: 15 pages, 8 figures, preprint
Subjects: Data Structures and Algorithms (cs.DS); Discrete Mathematics (cs.DM)
Cite as: arXiv:1605.00558 [cs.DS]
  (or arXiv:1605.00558v3 [cs.DS] for this version)

Submission history

From: Aristide Grange [view email]
[v1] Mon, 2 May 2016 16:45:02 GMT (511kb,D)
[v2] Mon, 26 Sep 2016 13:40:17 GMT (512kb,D)
[v3] Tue, 5 Sep 2017 10:01:50 GMT (555kb,D)

Link back to: arXiv, form interface, contact.