DISTANCE-SAT: Complexity and Algorithms

Abstract

In many AI elds, the problem of nding out a solution which is as close as possible to a given conguration has to be faced. This paper addresses this problem in a propositional framework. The decision problem distance-sat that consists in determining whether a propositional CNF formula admits a model that dis-agrees with a given partial interpretation on at most d variables, is introduced. The complexity of distance-sat and of several restrictions of it are identied. Two algorithms based on the well-known Davis/Putnam search procedure are presented so as to solve distance-sat. Their empirical evaluation enables deriving rm conclusions about their respective performances, and to relate the diculty of distance-sat with the di-culty of sat from the practical side.

Cite

Text

Bailleux and Marquis. "DISTANCE-SAT: Complexity and Algorithms." AAAI Conference on Artificial Intelligence, 1999.

Markdown

[Bailleux and Marquis. "DISTANCE-SAT: Complexity and Algorithms." AAAI Conference on Artificial Intelligence, 1999.](https://mlanthology.org/aaai/1999/bailleux1999aaai-distance/)

BibTeX

@inproceedings{bailleux1999aaai-distance,
  title     = {{DISTANCE-SAT: Complexity and Algorithms}},
  author    = {Bailleux, Olivier and Marquis, Pierre},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1999},
  pages     = {642-647},
  url       = {https://mlanthology.org/aaai/1999/bailleux1999aaai-distance/}
}