English

The $k$-Colorable Unit Disk Cover Problem

Computational Geometry 2021-04-13 v2 Data Structures and Algorithms

Abstract

In this article, we consider colorable variations of the Unit Disk Cover ({\it UDC}) problem as follows. {\it kk-Colorable Discrete Unit Disk Cover ({\it kk-CDUDC})}: Given a set PP of nn points, and a set DD of mm unit disks (of radius=1), both lying in the plane, and a parameter kk, the objective is to compute a set DDD'\subseteq D such that every point in PP is covered by at least one disk in DD' and there exists a function χ:DC\chi:D'\rightarrow C that assigns colors to disks in DD' such that for any dd and dd' in DD' if ddd\cap d'\neq\emptyset, then χ(d)χ(d)\chi(d)\neq\chi(d'), where CC denotes a set containing kk distinct colors. For the {\it kk-CDUDC} problem, our proposed algorithms approximate the number of colors used in the coloring if there exists a kk-colorable cover. We first propose a 4-approximation algorithm in O(m7knlogk)O(m^{7k}n\log k) time for this problem and then show that the running time can be improved by a multiplicative factor of mkm^k, where a positive integer kk denotes the cardinality of a color-set. The previous best known result for the problem when k=3k=3 is due to the recent work of Biedl et al., (2021), who proposed a 2-approximation algorithm in O(m25n)O(m^{25}n) time. For k=3k=3, our algorithm runs in O(m18n)O(m^{18}n) time, faster than the previous best algorithm, but gives a 4-approximate result. We then generalize our approach to exhibit a O((1+2τ)2)O((1+\lceil\frac{2}{\tau}\rceil)^2)-approximation algorithm in O(m(4π+8τ+τ212)knlogk)O(m^{(\lfloor\frac{4\pi+8\tau+\tau^2}{\sqrt{12}}\rfloor)k}n\log k) time for a given 1τ21 \leq \tau \leq 2. We also extend our algorithm to solve the {\it kk-Colorable Line Segment Disk Cover ({\it kk-CLSDC})} and {\it kk-Colorable Rectangular Region Cover ({\it kk-CRRC})} problems, in which instead of the set PP of nn points, we are given a set SS of nn line segments, and a rectangular region R\cal R, respectively.

Keywords

Cite

@article{arxiv.2104.00207,
  title  = {The $k$-Colorable Unit Disk Cover Problem},
  author = {Monith S. Reyunuru and Kriti Jethlia and Manjanna Basappa},
  journal= {arXiv preprint arXiv:2104.00207},
  year   = {2021}
}

Comments

25 pages, 16 figures

R2 v1 2026-06-24T00:45:29.671Z