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

new simplifier/tactic

eliminate_predicates finds macros and eliminates predicates from formulas as pre-processing.
This commit is contained in:
Nikolaj Bjorner 2022-11-19 18:51:20 +07:00
parent d735faae4e
commit 771157696b
5 changed files with 849 additions and 0 deletions

View file

@ -2,6 +2,7 @@ z3_add_component(simplifiers
SOURCES
bv_slice.cpp
elim_unconstrained.cpp
eliminate_predicates.cpp
euf_completion.cpp
extract_eqs.cpp
model_reconstruction_trail.cpp