3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 19:47:52 +00:00

make card2bv a simplifier

This commit is contained in:
Nikolaj Bjorner 2022-11-25 11:07:31 +07:00
parent cb789f6ca8
commit db74e23de1
9 changed files with 120 additions and 191 deletions

View file

@ -1,6 +1,7 @@
z3_add_component(simplifiers
SOURCES
bv_slice.cpp
card2bv.cpp
elim_unconstrained.cpp
eliminate_predicates.cpp
euf_completion.cpp