bunsat

Copyright © 2014 Saarland University

Maintainer: Leander Tentrup

Introduction

This page contains the DQBF solver bunsat and PEC benchmarks used for the SAT paper Fast DQBF Refutation.
The following tools are included:

Publications

[FTe14b] Fast DQBF Refutation.
Bernd Finkbeiner and Leander Tentrup.
SAT 2014.

License

The tools and benchmarks are licensed under the GNU General Public License version 3.

Download

Prerequisites:

Downloads:

DQBF Format

formula := universal existential matrix
universal := A (variable)* :
existential := ( E{ (variable)* } (variable)+ : )+
matrix := arbitrary boolean formulas

Example: A x1 x2: E{x1} y1 : E{x2} y2: (y1 | y2) <--> (x1 ^ x2)

Contact

Bernd Finkbeiner, Leander Tentrup