3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 20:16:00 +00:00

initial unit test for pdd_grobner

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-22 10:59:12 -08:00
parent 3fca59ac84
commit 58be42d2a9
6 changed files with 104 additions and 34 deletions

View file

@ -83,6 +83,7 @@ add_executable(test-z3
parray.cpp
pb2bv.cpp
pdd.cpp
pdd_grobner.cpp
permutation.cpp
polynomial.cpp
polynorm.cpp