scispace - formally typeset
Proceedings ArticleDOI

Chaff: engineering an efficient SAT solver

TLDR
The development of a new complete solver, Chaff, is described which achieves significant performance gains through careful engineering of all aspects of the search-especially a particularly efficient implementation of Boolean constraint propagation (BCP) and a novel low overhead decision strategy.
Abstract
Boolean satisfiability is probably the most studied of the combinatorial optimization/search problems. Significant effort has been devoted to trying to provide practical solutions to this problem for problem instances encountered in a range of applications in electronic design automation (EDA), as well as in artificial intelligence (AI). This study has culminated in the development of several SAT packages, both proprietary and in the public domain (e.g. GRASP, SATO) which find significant use in both research and industry. Most existing complete solvers are variants of the Davis-Putnam (DP) search algorithm. In this paper we describe the development of a new complete solver, Chaff which achieves significant performance gains through careful engineering of all aspects of the search-especially a particularly efficient implementation of Boolean constraint propagation (BCP) and a novel low overhead decision strategy. Chaff has been able to obtain one to two orders of magnitude performance improvement on difficult SAT benchmarks in comparison with other solvers (DP or otherwise), including GRASP and SATO.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Generic ILP versus specialized 0-1 ILP: an update

TL;DR: This work solves instances of the Max-SAT and Max-ONEs optimization problems which seek to maximize the number of satisfied clauses and the "true" values over all satisfying assignments, respectively and shows that specialized 0--1 techniques tend to outperform generic ILP techniques on Boolean optimization problems as well as on general EDA SAT problems.
Dissertation

Efficient algorithms for clause-learning SAT solvers

Lawrence Ryan
TL;DR: This work introduces several new techniques for Boolean constraint propagation that substantially improve solver efficiency and introduces a new decision strategy that outperforms the state of the art in SAT solvers.
Journal ArticleDOI

Effective use of boolean satisfiability procedures in the formal verification of superscalar and VLIW microprocessors

TL;DR: The SAT-checkers Chaff and BerkMin are identified as significantly outperforming the rest of the SAT tools when evaluating the Boolean correctness formulae in the formal verification of superscalar and VLIW microprocessors.
Journal ArticleDOI

Answer Set Programming Based on Propositional Satisfiability

TL;DR: This paper presents a SAT-based procedure, called ASPSAT, that deals with any (nondisjunctive) logic program, works on a propositional formula without additional variables (except for those possibly introduced by the clause form transformation), and is guaranteed to work in polynomial space.
Proceedings Article

The effect of restarts on the efficiency of clause learning

Jinbo Huang
TL;DR: There is strong evidence that a clause learning SAT solver could benefit substantially from a carefully designed restart policy (which may not yet be available), and motivation for the design of better restart policies, particularly dynamic ones.
References
More filters
Book

Computers and Intractability: A Guide to the Theory of NP-Completeness

TL;DR: The second edition of a quarterly column as discussed by the authors provides a continuing update to the list of problems (NP-complete and harder) presented by M. R. Garey and myself in our book "Computers and Intractability: A Guide to the Theory of NP-Completeness,” W. H. Freeman & Co., San Francisco, 1979.
Book

Genetic Algorithms

Journal ArticleDOI

Tabu Search—Part II

TL;DR: The elements of staged search and structured move sets are characterized, which bear on the issue of finiteness, and new dynamic strategies for managing tabu lists are introduced, allowing fuller exploitation of underlying evaluation functions.
Book ChapterDOI

Optimization and Approximation in Deterministic Sequencing and Scheduling: a Survey

TL;DR: In this article, the authors survey the state of the art with respect to optimization and approximation algorithms and interpret these in terms of computational complexity theory, and indicate some problems for future research and include a selective bibliography.
Book

A machine program for theorem-proving

TL;DR: The programming of a proof procedure is discussed in connection with trial runs and possible improvements.