mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
move dominator simplifier functionality to rewriter and simplifier, move bv_bounds simplifier functionality to simplifier
This commit is contained in:
parent
d4ca7e5374
commit
0f3c56213e
13 changed files with 1456 additions and 1330 deletions
|
@ -4,10 +4,12 @@ z3_add_component(simplifiers
|
|||
bound_manager.cpp
|
||||
bound_propagator.cpp
|
||||
bound_simplifier.cpp
|
||||
bv_bounds_simplifier.cpp
|
||||
bv_slice.cpp
|
||||
card2bv.cpp
|
||||
demodulator_simplifier.cpp
|
||||
dependent_expr_state.cpp
|
||||
dominator_simplifier.cpp
|
||||
distribute_forall.cpp
|
||||
elim_unconstrained.cpp
|
||||
eliminate_predicates.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue