Faster Parameterized Algorithms using Linear Programming
Daniel Lokshtanov, N. S. Narayanaswamy, Venkatesh Raman, M., S. Ramanujan, Saket Saurabh

TL;DR
This paper develops faster parameterized algorithms for Vertex Cover and related problems by leveraging linear programming relaxations, achieving improved exponential bounds and a simpler kernelization.
Contribution
It introduces new branching algorithms based on LP analysis that significantly improve runtime bounds for Vertex Cover and several related problems.
Findings
Achieves an $O^*(2.3146^k)$ algorithm for Vertex Cover parameterized by LP excess.
Provides improved algorithms for Above Guarantee Vertex Cover, Odd Cycle Transversal, and other problems.
Develops a simpler kernel with at most $2k - c \, \log k$ vertices for Vertex Cover.
Abstract
We investigate the parameterized complexity of Vertex Cover parameterized by the difference between the size of the optimal solution and the value of the linear programming (LP) relaxation of the problem. By carefully analyzing the change in the LP value in the branching steps, we argue that combining previously known preprocessing rules with the most straightforward branching algorithm yields an algorithm for the problem. Here is the excess of the vertex cover size over the LP optimum, and we write for a time complexity of the form , where grows exponentially with . We proceed to show that a more sophisticated branching algorithm achieves a runtime of . Following this, using known and new reductions, we give algorithms for the parameterized versions of Above Guarantee Vertex Cover, Odd Cycle…
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 · Protein Degradation and Inhibitors
