mirror of
https://github.com/Z3Prover/z3
synced 2025-09-30 05:09:02 +00:00
add DDNF based engine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8822bc1755
commit
b596828d23
11 changed files with 761 additions and 11 deletions
|
@ -30,8 +30,9 @@ namespace datalog {
|
|||
QBMC_ENGINE,
|
||||
TAB_ENGINE,
|
||||
CLP_ENGINE,
|
||||
LAST_ENGINE,
|
||||
DUALITY_ENGINE
|
||||
DUALITY_ENGINE,
|
||||
DDNF_ENGINE,
|
||||
LAST_ENGINE
|
||||
};
|
||||
|
||||
class engine_base {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue