English

Solving Packing Problems with Few Small Items Using Rainbow Matchings

Data Structures and Algorithms 2020-07-07 v1

Abstract

An important area of combinatorial optimization is the study of packing and covering problems, such as Bin Packing, Multiple Knapsack, and Bin Covering. Those problems have been studied extensively from the viewpoint of approximation algorithms, but their parameterized complexity has only been investigated barely. For problem instances containing no "small" items, classical matching algorithms yield optimal solutions in polynomial time. In this paper we approach them by their distance from triviality, measuring the problem complexity by the number kk of small items. Our main results are fixed-parameter algorithms for vector versions of Bin Packing, Multiple Knapsack, and Bin Covering parameterized by kk. The algorithms are randomized with one-sided error and run in time 4kk!nO(1)4^{k} \cdot k! \cdot n^{O(1)}. To achieve this, we introduce a colored matching problem to which we reduce all these packing problems. The colored matching problem is natural in itself and we expect it to be useful for other applications. We also present a deterministic fixed-parameter for Bin Packing with run time (k!)2k2knlog(n)(k!)^{2}\cdot k \cdot 2^{k}\cdot n\cdot \log(n).

Keywords

Cite

@article{arxiv.2007.02660,
  title  = {Solving Packing Problems with Few Small Items Using Rainbow Matchings},
  author = {Max Bannach and Sebastian Berndt and Marten Maack and Matthias Mnich and Alexandra Lassota and Malin Rau and Malte Skambath},
  journal= {arXiv preprint arXiv:2007.02660},
  year   = {2020}
}

Comments

MFCS 2020

R2 v1 2026-06-23T16:52:49.529Z