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:
parent
6841ba3e57
commit
070c5c624a
6 changed files with 316 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue