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

Deciding quantifier-free Presburger formulas using parameterized solution bounds

TL;DR: A solution bound is derived in terms of parameters characterizing the sparseness of linear constraints and the number of nonseparation constraints, in addition to traditional measures of formula size, which can be used in a decision procedure based on instantiating integer variables over a finite domain.
Journal ArticleDOI

An LPCC approach to nonconvex quadratic programs

TL;DR: This paper shows that the global resolution of a feasible quadratic program (QP) can be accomplished in finite time by solving two linear programs with linear complementarity constraints, i.e., LPCCs, and makes no boundedness assumption of the QP.
Proceedings Article

Factored planning using decomposition trees

TL;DR: dTreePlan is a new generic factored planning algorithm which uses a decomposition tree to efficiently partition the domain and helps enrich the picture of factored Planning approaches.
Proceedings ArticleDOI

Memoization and DPLL: formula caching proof systems

TL;DR: This work considers extensions of the DPLL approach to satisfiability testing that add some version of memoization, remembering formulas the algorithm has previously shown unsatisfiable, and characterize the strength of various versions in terms of proof systems.
Book ChapterDOI

A distribution method for solving SAT in grids

TL;DR: In this article, a novel distribution method called scattering is introduced for solving SAT problem instances in grid environments, which can be used in conjunction with any sequential SAT solver (including industrial black box solvers), and it requires no communication between processes solving subproblems but still allows coordination of such processes.
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.