Constant Approximating k-Clique is W[1]-hard
Bingkai Lin

TL;DR
This paper proves that approximating the maximum clique size within any constant factor is W[1]-hard, showing no fixed-parameter tractable algorithm can efficiently distinguish between large and small cliques unless FPT=W[1].
Contribution
It introduces a simple parameterized reduction that demonstrates the W[1]-hardness of constant-factor approximation for the k-Clique problem.
Findings
Constant factor approximation is W[1]-hard.
No fixed-parameter tractable algorithm can distinguish large from small cliques unless FPT=W[1].
Provides a reduction with specific bounds on the size of the constructed graph.
Abstract
For every graph , let be the largest size of complete subgraph in . This paper presents a simple algorithm which, on input a graph , a positive integer and a small constant , outputs a graph and an integer in -time such that (1) , (2) if , then , (3) if , then . This implies that no -time algorithm can distinguish between the cases and for any constant and computable function , unless .
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 · Algorithms and Data Compression
