3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-11 06:13:23 +00:00

spacer_term_graph: an egraph of terms

Used to determine and factor out equalities
This commit is contained in:
Arie Gurfinkel 2017-12-12 22:13:58 -05:00
parent 088bd3ed8e
commit 6407ec8725
3 changed files with 541 additions and 0 deletions

View file

@ -20,6 +20,7 @@ z3_add_component(spacer
spacer_antiunify.cpp
spacer_mev_array.cpp
spacer_qe_project.cpp
spacer_term_graph.cpp
COMPONENT_DEPENDENCIES
arith_tactics
core_tactics