Experiments with Unit Disk Cover Algorithms for Covering Massive Pointsets

05/03/2022
by   Rachel Friederich, et al.
0

Given a set of n 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 7-approximation algorithm for UDC that runs in O(n) expected time and uses O(s) extra space, where s 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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/12/2022

Minimum Ply Covering of Points with Unit Squares

Given a set P of points and a set U of axis-parallel unit squares in the...
research
01/30/2023

Faster Algorithm for Minimum Ply Covering of Points with Unit Squares

Biedl et al. introduced the minimum ply cover problem in CG 2021 followi...
research
05/06/2022

Bounded-degree plane geometric spanners in practice

The construction of bounded-degree plane geometric spanners has been a f...
research
10/03/2017

Online unit covering in L_2

Given a set of points P in L_2, the classic Unit Covering (UC) problem a...
research
03/26/2020

Faster Approximation Algorithms for Geometric Set Cover

We improve the running times of O(1)-approximation algorithms for the se...
research
08/30/2022

Approximation Algorithm for Minimum p Union Under a Geometric Setting

In a minimum p union problem (MinpU), given a hypergraph G=(V,E) and an ...
research
09/26/2019

Box Covers and Domain Orderings for Beyond Worst-Case Join Processing

Recent beyond worst-case optimal join algorithms Minesweeper and its gen...

Please sign up or login with your details

Forgot password? Click here to reset