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:
parent
7dee36358d
commit
a1efb88318
3 changed files with 218 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue