On fixed-parameter algorithms for Split Vertex Deletion
Marek Cygan, Marcin Pilipczuk

TL;DR
This paper develops a fixed-parameter algorithm for the Split Vertex Deletion problem, matching the complexity of Vertex Cover, and introduces a structural graph partitioning result of independent interest.
Contribution
It presents a quasipolynomial-time fixed-parameter algorithm for Split Vertex Deletion, leveraging a novel structural partitioning technique.
Findings
Algorithm solves Split Vertex Deletion in time O(1.2738^k * k^O(log k) + n^O(1))
Structural result computes a family of partitions covering all relevant splits
Method reduces Split Vertex Deletion to Vertex Cover complexity
Abstract
In the Split Vertex Deletion problem, given a graph G and an integer k, we ask whether one can delete k vertices from the graph G to obtain a split graph (i.e., a graph, whose vertex set can be partitioned into two sets: one inducing a clique and the second one inducing an independent set). In this paper we study fixed-parameter algorithms for Split Vertex Deletion parameterized by k: we show that, up to a factor quasipolynomial in k and polynomial in n, the Split Vertex Deletion problem can be solved in the same time as the well-studied Vertex Cover problem. Plugging the currently best fixed-parameter algorithm for Vertex Cover due to Chen et al. [TCS 2010], we obtain an algorithm that solves Split Vertex Deletion in time O(1.2738^k * k^O(log k) + n^O(1)). To achieve our goal, we prove the following structural result that may be of independent interest: for any graph G we may compute…
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 · Complexity and Algorithms in Graphs · Limits and Structures in Graph Theory
