English

Quasi-polynomial time approximation schemes for packing and covering problems in planar graphs

Data Structures and Algorithms 2018-07-23 v1

Abstract

We consider two optimization problems in planar graphs. In Maximum Weight Independent Set of Objects we are given a graph GG and a family D\mathcal{D} of objects, each being a connected subgraph of GG with a prescribed weight, and the task is to find a maximum-weight subfamily of D\mathcal{D} consisting of pairwise disjoint objects. In Minimum Weight Distance Set Cover we are given an edge-weighted graph GG, two sets D,C\mathcal{D},\mathcal{C} of vertices of GG, where vertices of D\mathcal{D} have prescribed weights, and a nonnegative radius rr. The task is to find a minimum-weight subset of D\mathcal{D} such that every vertex of C\mathcal{C} is at distance at most rr from some selected vertex. Via simple reductions, these two problems generalize a number of geometric optimization tasks, notably Maximum Weight Independent Set for polygons in the plane and Weighted Geometric Set Cover for unit disks and unit squares. We present quasi-polynomial time approximation schemes (QPTASs) for both of the above problems in planar graphs: given an accuracy parameter ϵ>0\epsilon>0 we can compute a solution whose weight is within multiplicative factor of (1+ϵ)(1+\epsilon) from the optimum in time 2poly(1/ϵ,logD)nO(1)2^{\mathrm{poly}(1/\epsilon,\log |\mathcal{D}|)}\cdot n^{\mathcal{O}(1)}, where nn is the number of vertices of the input graph. Our main technical contribution is to transfer the techniques used for recursive approximation schemes for geometric problems due to Adamaszek, Har-Peled, and Wiese to the setting of planar graphs. In particular, this yields a purely combinatorial viewpoint on these methods.

Keywords

Cite

@article{arxiv.1807.07626,
  title  = {Quasi-polynomial time approximation schemes for packing and covering problems in planar graphs},
  author = {Michał Pilipczuk and Erik Jan van Leeuwen and Andreas Wiese},
  journal= {arXiv preprint arXiv:1807.07626},
  year   = {2018}
}

Comments

31 pages, 5 figures, accepted at ESA 2018

R2 v1 2026-06-23T03:07:59.745Z