3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 12:35:59 +00:00

ufbv-rewriter is really a demodulator rewriter and does not reference ufbv

so moving first the rewriter into place of other rewriters
This commit is contained in:
Nikolaj Bjorner 2022-12-04 04:44:02 -08:00
parent e455897178
commit 7fe6787748
5 changed files with 37 additions and 36 deletions

View file

@ -11,6 +11,7 @@ z3_add_component(rewriter
cached_var_subst.cpp
char_rewriter.cpp
datatype_rewriter.cpp
demodulator_rewriter.cpp
der.cpp
distribute_forall.cpp
dl_rewriter.cpp