3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-24 09:11:17 +00:00

added QBMC backend based on quantified bit-vectors

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2012-10-22 08:12:01 -07:00
parent 294da9acff
commit 67b57c8c28
6 changed files with 408 additions and 60 deletions

View file

@ -50,6 +50,7 @@ namespace datalog {
PDR_ENGINE,
QPDR_ENGINE,
BMC_ENGINE,
QBMC_ENGINE,
LAST_ENGINE
};