Generating Extended Resolution Proofs with a BDD-Based SAT Solver
Randal E. Bryant, Marijn J. H. Heule

TL;DR
This paper extends BDD-based SAT solvers to generate extended resolution proofs with arbitrary existential quantification, enabling verification of unsatisfiability for complex problems more effectively than previous methods.
Contribution
It introduces a method to incorporate arbitrary existential quantification into BDD-based SAT solvers, enhancing their proof-generating capabilities for complex formulas.
Findings
Successfully applied to challenging SAT problems
Demonstrated scalability for parity and combinatorial problems
Produced checkable proofs of unsatisfiability for complex formulas
Abstract
In 2006, Biere, Jussila, and Sinz made the key observation that the underlying logic behind algorithms for constructing Reduced, Ordered Binary Decision Diagrams (BDDs) can be encoded as steps in a proof in the extended resolution logical framework. Through this, a BDD-based Boolean satisfiability (SAT) solver can generate a checkable proof of unsatisfiability for a set of clauses. Such a proof indicates that the formula is truly unsatisfiable without requiring the user to trust the BDD package or the SAT solver built on top of it. We extend their work to enable arbitrary existential quantification of the formula variables, a critical capability for BDD-based SAT solvers. We demonstrate the utility of this approach by applying a BDD-based solver, implemented by modifying an existing BDD package, to several challenging Boolean satisfiability problems. Our resultsdemonstrate scaling for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Logic, Reasoning, and Knowledge · Logic, programming, and type systems
