SAT-to-SAT: Declarative Extension of SAT Solvers with New Propagators

Abstract

Special-purpose propagators speed up solving logic programs by inferring facts that are hard to deduce otherwise. However, implementing special-purpose propagators is a non-trivial task and requires expert knowledge of solvers. This paper proposes a novel approach in logic programming that allows (1) logical specification of both the problem itself and its propagators and (2) automatic incorporation of such propagators into the solving process. We call our proposed language P[R] and our solver SAT-to-SAT because it facilitates communication between several SAT solvers. Using our proposal, non-specialists can specify new reasoning methods (propagators) in a declarative fashion and obtain a solver that benefits from both state-of-the-art techniques implemented in SAT solvers as well as problem-specific reasoning methods that depend on the problem's structure. We implement our proposal and show that it outperforms the existing approach that only allows modeling a problem but does not allow modeling the reasoning methods for that problem.

Cite

Text

Janhunen et al. "SAT-to-SAT: Declarative Extension of SAT Solvers with New Propagators." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10111

Markdown

[Janhunen et al. "SAT-to-SAT: Declarative Extension of SAT Solvers with New Propagators." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/janhunen2016aaai-sat/) doi:10.1609/AAAI.V30I1.10111

BibTeX

@inproceedings{janhunen2016aaai-sat,
  title     = {{SAT-to-SAT: Declarative Extension of SAT Solvers with New Propagators}},
  author    = {Janhunen, Tomi and Tasharrofi, Shahab and Ternovska, Eugenia},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {978-984},
  doi       = {10.1609/AAAI.V30I1.10111},
  url       = {https://mlanthology.org/aaai/2016/janhunen2016aaai-sat/}
}