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:
parent
294da9acff
commit
67b57c8c28
6 changed files with 408 additions and 60 deletions
|
|
@ -50,6 +50,7 @@ namespace datalog {
|
|||
PDR_ENGINE,
|
||||
QPDR_ENGINE,
|
||||
BMC_ENGINE,
|
||||
QBMC_ENGINE,
|
||||
LAST_ENGINE
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue