mirror of
https://github.com/Z3Prover/z3
synced 2025-12-10 22:03:23 +00:00
Extend spacer with callback events
Callback events allow the client of spacer to get events during exection. The events include new lemmas and unfolding.
This commit is contained in:
parent
b51251f394
commit
3c7165780c
12 changed files with 254 additions and 8 deletions
|
|
@ -23,6 +23,7 @@ z3_add_component(spacer
|
|||
spacer_term_graph.cpp
|
||||
spacer_sem_matcher.cpp
|
||||
spacer_quant_generalizer.cpp
|
||||
spacer_callback.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
arith_tactics
|
||||
core_tactics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue