3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 21:26:59 +00:00

adding pdd-grobner

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-18 12:03:13 -08:00
parent ca0a52c930
commit 5e0799225d
6 changed files with 441 additions and 2 deletions

View file

@ -1,6 +1,7 @@
z3_add_component(grobner
SOURCES
grobner.cpp
pdd_grobner.cpp
COMPONENT_DEPENDENCIES
ast
)