English

Minimum clique partition in unit disk graphs

Computational Geometry 2009-09-10 v1 Data Structures and Algorithms

Abstract

The minimum clique partition (MCP) problem is that of partitioning the vertex set of a given graph into a minimum number of cliques. Given nn points in the plane, the corresponding unit disk graph (UDG) has these points as vertices, and edges connecting points at distance at most~1. MCP in unit disk graphs is known to be NP-hard and several constant factor approximations are known, including a recent PTAS. We present two improved approximation algorithms for minimum clique partition in unit disk graphs: (I) A polynomial time approximation scheme (PTAS) running in time nO(1/\eps2)n^{O(1/\eps^2)}. This improves on a previous PTAS with nO(1/\eps4)n^{O(1/\eps^4)} running time \cite{PS09}. (II) A randomized quadratic-time algorithm with approximation ratio 2.16. This improves on a ratio 3 algorithm with O(n2)O(n^2) running time \cite{CFFP04}.

Keywords

Cite

@article{arxiv.0909.1552,
  title  = {Minimum clique partition in unit disk graphs},
  author = {Adrian Dumitrescu and János Pach},
  journal= {arXiv preprint arXiv:0909.1552},
  year   = {2009}
}

Comments

12 pages, 3 figures

R2 v1 2026-06-21T13:44:04.232Z