We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Further Improvements for SAT in Terms of Formula Length

Abstract: In this paper, we prove that the general CNF satisfiability problem can be solved in $O^*(1.0638^L)$ time, where $L$ is the length of the input CNF-formula (i.e., the total number of literals in the formula), which improves the previous result of $O^*(1.0652^L)$ obtained in 2009. Our algorithm was analyzed by using the measure-and-conquer method. Our improvements are mainly attributed to the following two points: we carefully design branching rules to deal with degree-5 and degree-4 variables to avoid previous bottlenecks; we show that some worst cases will not always happen, and then we can use an amortized technique to get further improvements. In our analyses, we provide some general frameworks for analysis and several lower bounds on the decreasing of the measure to simplify the arguments. These techniques may be used to analyze more algorithms based on the measure-and-conquer method.
Comments: An initial version of this paper with a weaker result was presented at SAT 2021
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2105.06131 [cs.DS]
  (or arXiv:2105.06131v2 [cs.DS] for this version)

Submission history

From: Mingyu Xiao [view email]
[v1] Thu, 13 May 2021 08:15:56 GMT (44kb)
[v2] Wed, 17 Aug 2022 15:02:02 GMT (320kb)

Link back to: arXiv, form interface, contact.