Domain-Independent Extensions to GSAT: Solving Large Structured Satisfiability Problems
Abstract
GSAT is a randomized local search procedure for solving propositional satisfiability problems (Selman et al. 1992). GSAT can solve hard, randomly generated problems that are an order of magnitude larger than those that can be handled by more traditional approaches such as the Davis-Putnam procedure. GSAT also efficiently solves encodings of graph coloring problems, N-queens, and Boolean induction. However, GSAT does not perform as well on handcrafted encodings of blocks-world planning problems and formulas with a high degree of asymmetry. We present three strategies that dramatically improve GSAT's performance on such formulas. These strategies, in effect, manage to uncover hidden structure in the formula under considerations, thereby significantly extending the applicability of the GSAT algorithm. 1 Introduction Selman et al. (1992) introduce a randomized greedy local search procedure called GSAT for solving propositional satisfiability problems. Experiments show that this procedure...
Cite
Text
Selman and Kautz. "Domain-Independent Extensions to GSAT: Solving Large Structured Satisfiability Problems." International Joint Conference on Artificial Intelligence, 1993.Markdown
[Selman and Kautz. "Domain-Independent Extensions to GSAT: Solving Large Structured Satisfiability Problems." International Joint Conference on Artificial Intelligence, 1993.](https://mlanthology.org/ijcai/1993/selman1993ijcai-domain/)BibTeX
@inproceedings{selman1993ijcai-domain,
title = {{Domain-Independent Extensions to GSAT: Solving Large Structured Satisfiability Problems}},
author = {Selman, Bart and Kautz, Henry A.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1993},
pages = {290-295},
url = {https://mlanthology.org/ijcai/1993/selman1993ijcai-domain/}
}