Skip to main navigation Skip to search Skip to main content

Why is maximum clique often easy in practice?

  • Oklahoma State University

Research output: Contribution to journalArticlepeer-review

29 Scopus citations

Abstract

To this day, the maximum clique problem remains a computationally challenging problem. Indeed, despite researchers' best efforts, there exist unsolved benchmark instances with 1,000 vertices. However, relatively simple algorithms solve real-life instances with millions of vertices in a few seconds. Why is this the case? Why is the problem apparently so easy in many naturally occurring networks? In this paper, we provide an explanation. First, we observe that the graph's clique number ω is very near to the graph's degeneracy d in most real-life instances. This observation motivates a main contribution of this paper, which is an algorithm for the maximum clique problem that runs in time polynomial in the size of the graph, but exponential in the gap g = (d + 1) − ω between the clique number ω and its degeneracy-based upper bound d+1. When this gap g can be treated as a constant, as is often the case for real-life graphs, the proposed algorithm runs in time O(dm) = O(m1.5). This provides a rigorous explanation for the apparent easiness of these instances despite the intractability of the problem in the worst case. Further, our implementation of the proposed algorithm is actually practical-competitive with the best approaches from the literature.

Original languageEnglish
Pages (from-to)1866-1895
Number of pages30
JournalOperations Research
Volume68
Issue number6
DOIs
StatePublished - Dec 2020

Keywords

  • Degeneracy
  • Fixed-parameter tractable
  • Fpt
  • K-core
  • Kernelization
  • Maximum clique
  • Parameterized below degeneracy
  • Parameterized complexity
  • Vertex cover

Fingerprint

Dive into the research topics of 'Why is maximum clique often easy in practice?'. Together they form a unique fingerprint.

Cite this