English

Experiments with Unit Disk Cover Algorithms for Covering Massive Pointsets

Computational Geometry 2022-05-05 v1

Abstract

Given a set of nn points in the plane, the Unit Disk Cover (UDC) problem asks to compute the minimum number of unit disks required to cover the points, along with a placement of the disks. The problem is NP-hard and several approximation algorithms have been designed over the last three decades. In this paper, we have engineered and experimentally compared practical performances of some of these algorithms on massive pointsets. The goal is to investigate which algorithms run fast and give good approximation in practice. We present a simple 77-approximation algorithm for UDC that runs in O(n)O(n) expected time and uses O(s)O(s) extra space, where ss denotes the size of the generated cover. In our experiments, it turned out to be the speediest of all. We also present two heuristics to reduce the sizes of covers generated by it without slowing it down by much. To our knowledge, this is the first work that experimentally compares geometric covering algorithms. Experiments with them using massive pointsets (in the order of millions) throw light on their practical uses. We share the engineered algorithms via GitHub - https://github.com/ghoshanirban/UnitDiskCoverAlgorithms for broader uses and future research in the domain of geometric optimization.

Keywords

Cite

@article{arxiv.2205.01716,
  title  = {Experiments with Unit Disk Cover Algorithms for Covering Massive Pointsets},
  author = {Rachel Friederich and Matthew Graham and Anirban Ghosh and Brian Hicks and Ronald Shevchenko},
  journal= {arXiv preprint arXiv:2205.01716},
  year   = {2022}
}
R2 v1 2026-06-24T11:06:18.535Z