Hard and Easy Distributions of SAT Problems

Abstract

We report results from large-scale experiments in satisfiability testing. As has been observed by others, testing the satisfiability of random formulas often appears surprisingly easy. Here we show that by using the right distribution of instances, and appropriate parameter values, it is possible to generate random formulas that are hard, that is, for which satisfiability testing is quite difficult. Our results provide a benchmark for the evaluation of satisfiability-testing procedures. Introduction Many computational tasks of interest to AI, to the extent that they can be precisely characterized at all, can be shown to be NP-hard in their most general form. However, there is fundamental disagreement, at least within the AI community, about the implications of this. It is claimed on the one hand that since the performance of algorithms designed to solve NP-hard tasks degrades rapidly with small increases in input size, something will need to be given up to obtain acceptable behavior....

Cite

Text

Mitchell et al. "Hard and Easy Distributions of SAT Problems." AAAI Conference on Artificial Intelligence, 1992.

Markdown

[Mitchell et al. "Hard and Easy Distributions of SAT Problems." AAAI Conference on Artificial Intelligence, 1992.](https://mlanthology.org/aaai/1992/mitchell1992aaai-hard/)

BibTeX

@inproceedings{mitchell1992aaai-hard,
  title     = {{Hard and Easy Distributions of SAT Problems}},
  author    = {Mitchell, David G. and Selman, Bart and Levesque, Hector J.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1992},
  pages     = {459-465},
  url       = {https://mlanthology.org/aaai/1992/mitchell1992aaai-hard/}
}