English

Minimum-Membership Geometric Set Cover, Revisited

Computational Geometry 2023-05-09 v1 Data Structures and Algorithms

Abstract

We revisit a natural variant of geometric set cover, called minimum-membership geometric set cover (MMGSC). In this problem, the input consists of a set SS of points and a set R\mathcal{R} of geometric objects, and the goal is to find a subset RR\mathcal{R}^*\subseteq\mathcal{R} to cover all points in SS such that the \textit{membership} of SS with respect to R\mathcal{R}^*, denoted by memb(S,R)\mathsf{memb}(S,\mathcal{R}^*), is minimized, where memb(S,R)=maxpS{RR:pR}\mathsf{memb}(S,\mathcal{R}^*)=\max_{p\in S}|\{R\in\mathcal{R}^*: p\in R\}|. We achieve the following two main results. * We give the first polynomial-time constant-approximation algorithm for MMGSC with unit squares. This answers a question left open since the work of Erlebach and Leeuwen [SODA'08], who gave a constant-approximation algorithm with running time nO(opt)n^{O(\mathsf{opt})} where opt\mathsf{opt} is the optimum of the problem (i.e., the minimum membership). * We give the first polynomial-time approximation scheme (PTAS) for MMGSC with halfplanes. Prior to this work, it was even unknown whether the problem can be approximated with a factor of o(logn)o(\log n) in polynomial time, while it is well-known that the minimum-size set cover problem with halfplanes can be solved in polynomial time. We also consider a problem closely related to MMGSC, called minimum-ply geometric set cover (MPGSC), in which the goal is to find RR\mathcal{R}^*\subseteq\mathcal{R} to cover SS such that the ply of R\mathcal{R}^* is minimized, where the ply is defined as the maximum number of objects in R\mathcal{R}^* which have a nonempty common intersection. Very recently, Durocher et al. gave the first constant-approximation algorithm for MPGSC with unit squares which runs in O(n12)O(n^{12}) time. We give a significantly simpler constant-approximation algorithm with near-linear running time.

Keywords

Cite

@article{arxiv.2305.03985,
  title  = {Minimum-Membership Geometric Set Cover, Revisited},
  author = {Sayan Bandyapadhyay and William Lochet and Saket Saurabh and Jie Xue},
  journal= {arXiv preprint arXiv:2305.03985},
  year   = {2023}
}

Comments

In SoCG'23

R2 v1 2026-06-28T10:27:35.997Z