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:
parent
d735faae4e
commit
771157696b
5 changed files with 849 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue