A New Upper Bound for Max-2-Sat: A Graph-Theoretic Approach
Daniel Raible, Henning Fernau

TL;DR
This paper introduces a new graph-theoretic algorithm that establishes an improved upper bound on the runtime for solving Max-2-Sat problems, leveraging heuristic variable selection and a novel analysis measure.
Contribution
It presents a novel upper bound for Max-2-Sat using a graph-theoretic approach combined with heuristic variable selection strategies.
Findings
Achieved a runtime upper bound of O^*(2^{1/6.2158}) for Max-2-Sat.
Simple heuristic priorities significantly improve algorithm efficiency.
Analysis employs a tailored non-standard measure for better bounds.
Abstract
In {\sc MaxSat}, we ask for an assignment which satisfies the maximum number of clauses for a boolean formula in CNF. We present an algorithm yielding a run time upper bound of for {\sc Max-2-Sat} (each clause contains at most 2 literals), where is the number of clauses. The run time has been achieved by using heuristic priorities on the choice of the variable on which we branch. The implementation of these heuristic priorities is rather simple, though they have a significant effect on the run time. The analysis is done using a tailored non-standard measure.
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 · Graph Theory and Algorithms
