Enclosing Points with Geometric Objects
Computational Geometry
2024-03-04 v2 Data Structures and Algorithms
Abstract
Let be a set of points in and be a set of geometric objects in , where . We study the problem of computing a minimum subset that encloses all points in . Here a point is enclosed by if it lies in a bounded connected component of . We propose two algorithmic frameworks to design polynomial-time approximation algorithms for the problem. The first framework is based on sparsification and min-cut, which results in -approximation algorithms for unit disks, unit squares, etc. The second framework is based on LP rounding, which results in an -approximation algorithm for segments, where is the inverse Ackermann function, and an -approximation algorithm for disks.
Cite
@article{arxiv.2402.17322,
title = {Enclosing Points with Geometric Objects},
author = {Timothy M. Chan and Qizheng He and Jie Xue},
journal= {arXiv preprint arXiv:2402.17322},
year = {2024}
}
Comments
In SoCG'24