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

wip - converting the equation solver as a simplifier

This commit is contained in:
Nikolaj Bjorner 2022-11-03 03:33:31 -07:00
parent 6841ba3e57
commit 070c5c624a
6 changed files with 316 additions and 72 deletions

View file

@ -1,7 +1,8 @@
z3_add_component(simplifiers
SOURCES
euf_completion.cpp
bv_slice.cpp
euf_completion.cpp
extract_eqs.cpp
solve_eqs.cpp
COMPONENT_DEPENDENCIES
euf