English

Solving QBF by Abstraction

Logic in Computer Science 2018-09-11 v2

Abstract

Many verification and synthesis approaches rely on solving techniques for quantified Boolean formulas (QBF). Consequently, solution witnesses, in the form of Boolean functions, become more and more important as they represent implementations or counterexamples. We present a recursive counterexample guided abstraction and refinement algorithm (CEGAR) for solving and certifying QBFs that exploits structural reasoning on the formula level. The algorithm decomposes the given QBF into one propositional formula for every block of quantifiers that abstracts from assignments of variables not bound by this quantifier block. Further, we show how to derive an efficient certification extraction method on top of the algorithm. We report on experimental evaluation of this algorithm in the solver QuAbS (Quantified Abstraction Solver) which won the most recent QBF competition (QBFEVAL'18). Further, we show the effectiveness of the certification approach using synthesis benchmarks and a case study for synthesizing winning strategies in Petri Games.

Keywords

Cite

@article{arxiv.1604.06752,
  title  = {Solving QBF by Abstraction},
  author = {Jesko Hecking-Harbusch and Leander Tentrup},
  journal= {arXiv preprint arXiv:1604.06752},
  year   = {2018}
}

Comments

In Proceedings GandALF 2018, arXiv:1809.02416

R2 v1 2026-06-22T13:38:50.933Z