mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
add demodulator simplifier
refactor demodulator-rewriter a bit to separate reusable features.
This commit is contained in:
parent
9acbfa3923
commit
1974c224ab
8 changed files with 624 additions and 155 deletions
|
@ -3,6 +3,7 @@ z3_add_component(simplifiers
|
|||
bit_blaster.cpp
|
||||
bv_slice.cpp
|
||||
card2bv.cpp
|
||||
demodulator_simplifier.cpp
|
||||
dependent_expr_state.cpp
|
||||
elim_unconstrained.cpp
|
||||
eliminate_predicates.cpp
|
||||
|
@ -18,4 +19,5 @@ z3_add_component(simplifiers
|
|||
rewriter
|
||||
bit_blaster
|
||||
normal_forms
|
||||
substitution
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue