3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-10 22:03:23 +00:00

Semantic matcher

Extends matcher with rewrites based on semantics of arithmetic operations

Like matcher, but uses arithmetic and logic rewrites to try to
get a semantic match.
This commit is contained in:
Arie Gurfinkel 2017-12-27 12:54:35 -05:00
parent 7dee36358d
commit a1efb88318
3 changed files with 218 additions and 0 deletions

View file

@ -21,6 +21,8 @@ z3_add_component(spacer
spacer_mev_array.cpp
spacer_qe_project.cpp
spacer_term_graph.cpp
spacer_sem_matcher.cpp
spacer_quant_generalizer.cpp
COMPONENT_DEPENDENCIES
arith_tactics
core_tactics