A simple $(2+\epsilon)$-approximation algorithm for Split Vertex Deletion
Matthew Drescher, Samuel Fiorini, Tony Huynh

TL;DR
This paper presents a straightforward deterministic algorithm that achieves a near-optimal approximation ratio for the Split Vertex Deletion problem, improving simplicity while maintaining performance.
Contribution
It introduces an extremely simple deterministic $(2+oldsymbol{ ext{epsilon}})$-approximation algorithm for SVD, advancing prior randomized approaches.
Findings
Achieves a $(2+oldsymbol{ ext{epsilon}})$-approximation deterministically.
Simplifies previous algorithms for SVD.
Maintains near-optimal approximation ratio under complexity assumptions.
Abstract
A split graph is a graph whose vertex set can be partitioned into a clique and a stable set. Given a graph and weight function , the Split Vertex Deletion (SVD) problem asks to find a minimum weight set of vertices such that is a split graph. It is easy to show that a graph is a split graph if and only it it does not contain a -cycle, -cycle, or a two edge matching as an induced subgraph. Therefore, SVD admits an easy -approximation algorithm. On the other hand, for every , SVD does not admit a -approximation algorithm, unless P=NP or the Unique Games Conjecture fails. For every , Lokshtanov, Misra, Panolan, Philip, and Saurabh recently gave a randomized -approximation algorithm for SVD. In this work we give an extremely simple deterministic -approximation algorithm…
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 · Optimization and Search Problems · Machine Learning and Algorithms
