Near-Linear and Parameterized Approximations for Maximum Cliques in Disk Graphs

Abstract

A disk graph is the intersection graph of (closed) disks in the plane. We consider the classic problem of finding a maximum clique in a disk graph. For general disk graphs, the complexity of this problem is still open, but for unit disk graphs, it is well known to be in P. The currently fastest algorithm runs in time O(n7/3+ o(1)), where n denotes the number of disks~EspenantKM23, keiletal:LIPIcs.SoCG.2025.63. Moreover, for the case of disk graphs with t distinct radii, the problem has also recently been shown to be in XP. More specifically, it is solvable in time O*(n2t)~keiletal:LIPIcs.SoCG.2025.63. In this paper, we present algorithms with improved running times by allowing for approximate solutions and by using randomization: - for unit disk graphs, we give an algorithm that, with constant success probability, computes a (1-)-approximate maximum clique in expected time O(n/2); and - for disk graphs with t distinct radii, we give a parameterized approximation scheme that, with a constant success probability, computes a (1-)-approximate maximum clique in expected time O(f(t)· (1/)O(t) · n), for some (exponential) function f(t).

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…