Abstract
Packing is a classical problem where one is given a set of subsets of Euclidean space called objects, and the goal is to find a maximum size subset of objects that are pairwise non-intersecting. The problem is also known as the Independent Set problem on the intersection graph defined by the objects. Although the problem is NP-complete, there are several subexponential algorithms in the literature. One of the key assumptions of such algorithms has been that the objects are fat, with a few exceptions in two dimensions; for example, the packing problem of a set of polygons in the plane surprisingly admits a subexponential algorithm. In this paper we give tight running time bounds for packing similarly-sized non-fat objects in higher dimensions. We propose an alternative and very weak measure of fatness called the stabbing number, and show that the packing problem in Euclidean space of constant dimension d > 3 for a family of similarly sized objects with stabbing number a can be solved in 2O(n1-1/da) time. We prove that even in the case of axis-parallel boxes of fixed shape, there is no 2o(n1-1/da) algorithm under ETH. This result smoothly bridges the whole range of having constant-fat objects on one extreme (a = 1) and a subexponential algorithm of the usual running time, and having very “skinny” objects on the other extreme (a = n1/d), where we cannot hope to improve upon the brute force running time of 2O(n), and thereby characterizes the impact of fatness on the complexity of packing in case of similarly sized objects. We also study the same problem when parameterized by the solution size k, and give a nO(k1-1/da) algorithm, with an almost matching lower bound: there is no algorithm with running time of the form f(k)no(k1-1/da/ log k) under ETH. One of our main tools in these reductions is a new wiring theorem that may be of independent interest.
Original language | English |
---|---|
Title of host publication | 30th International Symposium on Algorithms and Computation, ISAAC 2019 |
Subtitle of host publication | Leibniz International Proceedings in Informatics (LIPIcs) |
Editors | Pinyan Lu, Guochuan Zhang |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
Pages | 36:1-36:18 |
Volume | 149 |
ISBN (Electronic) | 9783959771306 |
DOIs | |
Publication status | Published - 1 Dec 2019 |
Event | 30th International Symposium on Algorithms and Computation - Shanghai, China Duration: 8 Dec 2019 → 11 Dec 2019 Conference number: 30 |
Publication series
Series | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Number | 36 |
Volume | 149 |
ISSN | 1868-8969 |
Conference
Conference | 30th International Symposium on Algorithms and Computation |
---|---|
Abbreviated title | ISAAC 2019 |
Country/Territory | China |
City | Shanghai |
Period | 8/12/19 → 11/12/19 |
Keywords
- Geometric intersection graph
- Independent Set
- Object fatness