Almost 2-SAT is Fixed-Parameter Tractable
Igor Razgon, Barry O'Sullivan

TL;DR
This paper proves that the Almost 2-SAT problem, which involves removing at most k clauses to make a 2-CNF formula satisfiable, is fixed-parameter tractable by providing a specific algorithm.
Contribution
The authors resolve the long-standing open question by demonstrating fixed-parameter tractability of Almost 2-SAT with a new algorithm.
Findings
Algorithm solves Almost 2-SAT in O(15^k * k * m^3) time
Almost 2-SAT is fixed-parameter tractable
Addresses a long-standing open problem in Parameterized Complexity
Abstract
We consider the following problem. Given a 2-CNF formula, is it possible to remove at most clauses so that the resulting 2-CNF formula is satisfiable? This problem is known to different research communities in Theoretical Computer Science under the names 'Almost 2-SAT', 'All-but- 2-SAT', '2-CNF deletion', '2-SAT deletion'. The status of fixed-parameter tractability of this problem is a long-standing open question in the area of Parameterized Complexity. We resolve this open question by proposing an algorithm which solves this problem in and thus we show that this problem is fixed-parameter tractable.
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
Topicssemigroups and automata theory · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
