An Improved Upper Bound for SAT
Huairui Chu, Mingyu Xiao, Zhe Zhang

TL;DR
This paper presents a new algorithm for solving CNF SAT more efficiently, reducing the upper bound on the time complexity from previous results by employing amortized analysis and detailed case handling.
Contribution
It introduces an improved upper bound of O*(1.2226^m) for CNF SAT, surpassing earlier bounds by refining analysis techniques.
Findings
Achieved a tighter upper bound of O*(1.2226^m)
Used amortized analysis to optimize algorithm performance
Avoided previous bottlenecks in SAT solving algorithms
Abstract
We show that the CNF satisfiability problem can be solved time, where is the number of clauses in the formula, improving the known upper bounds given by Yamamoto 15 years ago and given by Hirsch 22 years ago. By using an amortized technique and careful case analysis, we successfully avoid the bottlenecks in previous algorithms and get the improvement.
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
Taxonomy
TopicsConstraint Satisfaction and Optimization · Advanced Graph Theory Research · semigroups and automata theory
