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

add rewriter and seq simplifiers

This commit is contained in:
Nikolaj Bjorner 2022-11-25 15:16:14 +07:00
parent a152f9cfd6
commit 4e9f21c2a1
6 changed files with 140 additions and 14 deletions

View file

@ -15,4 +15,5 @@ z3_add_component(simplifiers
COMPONENT_DEPENDENCIES
euf
rewriter
bit_blaster
)