English

(Re)packing Equal Disks into Rectangle

Computational Geometry 2022-11-18 v1 Data Structures and Algorithms

Abstract

The problem of packing of equal disks (or circles) into a rectangle is a fundamental geometric problem. (By a packing here we mean an arrangement of disks in a rectangle without overlapping.) We consider the following algorithmic generalization of the equal disk packing problem. In this problem, for a given packing of equal disks into a rectangle, the question is whether by changing positions of a small number of disks, we can allocate space for packing more disks. More formally, in the repacking problem, for a given set of nn equal disks packed into a rectangle and integers kk and hh, we ask whether it is possible by changing positions of at most hh disks to pack n+kn+k disks. Thus the problem of packing equal disks is the special case of our problem with n=h=0n=h=0. While the computational complexity of packing equal disks into a rectangle remains open, we prove that the repacking problem is NP-hard already for h=0h=0. Our main algorithmic contribution is an algorithm that solves the repacking problem in time (h+k)O(h+k)IO(1)(h+k)^{O(h+k)}\cdot |I|^{O(1)}, where II is the input size. That is, the problem is fixed-parameter tractable parameterized by kk and hh.

Keywords

Cite

@article{arxiv.2211.09603,
  title  = {(Re)packing Equal Disks into Rectangle},
  author = {Fedor V. Fomin and Petr A. Golovach and Tanmay Inamdar and Saket Saurabh and Meirav Zehavi},
  journal= {arXiv preprint arXiv:2211.09603},
  year   = {2022}
}

Comments

Full version of ICALP 2022 paper

R2 v1 2026-06-28T06:07:44.868Z