English

Two Optimization Problems for Unit Disks

Computational Geometry 2017-02-13 v1

Abstract

We present an implementation of a recent algorithm to compute shortest-path trees in unit disk graphs in O(nlogn)O(n\log n) worst-case time, where nn is the number of disks. In the minimum-separation problem, we are given nn unit disks and two points ss and tt, not contained in any of the disks, and we want to compute the minimum number of disks one needs to retain so that any curve connecting ss to tt intersects some of the retained disks. We present a new algorithm solving this problem in O(n2log3n)O(n^2\log^3 n) worst-case time and its implementation.

Keywords

Cite

@article{arxiv.1702.03266,
  title  = {Two Optimization Problems for Unit Disks},
  author = {Sergio Cabello and Lazar Milinković},
  journal= {arXiv preprint arXiv:1702.03266},
  year   = {2017}
}