English

Optimal parameterized algorithms for planar facility location problems using Voronoi diagrams

Data Structures and Algorithms 2015-04-22 v1 Computational Complexity Computational Geometry

Abstract

We study a general family of facility location problems defined on planar graphs and on the 2-dimensional plane. In these problems, a subset of kk objects has to be selected, satisfying certain packing (disjointness) and covering constraints. Our main result is showing that, for each of these problems, the nO(k)n^{O(k)} time brute force algorithm of selecting kk objects can be improved to nO(k)n^{O(\sqrt{k})} time. The algorithm is based on an idea that was introduced recently in the design of geometric QPTASs, but was not yet used for exact algorithms and for planar graphs. We focus on the Voronoi diagram of a hypothetical solution of kk objects, guess a balanced separator cycle of this Voronoi diagram to obtain a set that separates the solution in a balanced way, and then recurse on the resulting subproblems. We complement our study by giving evidence that packing problems have nO(k)n^{O(\sqrt{k})} time algorithms for a much more general class of objects than covering problems have.

Keywords

Cite

@article{arxiv.1504.05476,
  title  = {Optimal parameterized algorithms for planar facility location problems using Voronoi diagrams},
  author = {Dániel Marx and Michał Pilipczuk},
  journal= {arXiv preprint arXiv:1504.05476},
  year   = {2015}
}

Comments

64 pages, 16 figures

R2 v1 2026-06-22T09:19:53.350Z