Minimum clique partition in unit disk graphs
Adrian Dumitrescu, J\'anos Pach

TL;DR
This paper introduces two improved algorithms for the minimum clique partition problem in unit disk graphs, including a faster PTAS and a more accurate randomized algorithm, advancing the state of approximation methods.
Contribution
It presents a faster PTAS with reduced running time and a new randomized algorithm with a better approximation ratio for MCP in unit disk graphs.
Findings
A PTAS with runtime $n^{O(1/\\eps^2)}$
A randomized algorithm with approximation ratio 2.16
Improved approximation algorithms over previous methods
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 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 . This improves on a previous PTAS with running time \cite{PS09}. (II) A randomized quadratic-time algorithm with approximation ratio 2.16. This improves on a ratio 3 algorithm with running time \cite{CFFP04}.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Computational Geometry and Mesh Generation
