A $O^*((2 + \epsilon)^k)$ Time Algorithm for Cograph Deletion Using Unavoidable Subgraphs in Large Prime Graphs
Manuel Lafond, Francis Sarrazin

TL;DR
This paper introduces a new fixed-parameter algorithm for Cograph Deletion that leverages modular decompositions and prime graph characterizations to achieve a running time of $O^*((2 + \\epsilon)^k)$, improving over previous methods.
Contribution
The authors develop a novel approach using modular decompositions and prime graph structures, leading to the first $O^*((2 + \\epsilon)^k)$ algorithm for Cograph Deletion.
Findings
Achieved a running time of $O^*((2 + \\epsilon)^k)$ for Cograph Deletion.
Characterized graph classes where the reduction to prime graphs applies.
Provided the exact set of graph classes for H-free editing problems.
Abstract
We study the parameterized complexity of the Cograph Deletion problem, which asks whether one can delete at most edges from a graph to make it -free. This is a well-known graph modification problem with applications in computation biology and social network analysis. All current parameterized algorithms use a similar strategy, which is to find a and explore the local structure around it to perform an efficient recursive branching. The best known algorithm achieves running time and requires an automated search of the branching cases due to their complexity. Since it appears difficult to further improve the current strategy, we devise a new approach using modular decompositions. We solve each module and the quotient graph independently, with the latter being the core problem. This reduces the problem to solving on a prime graph, in which all modules are…
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
TopicsAdvanced Graph Theory Research · Genome Rearrangement Algorithms · Complexity and Algorithms in Graphs
