mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
user propagator over the API
This commit is contained in:
parent
c50e869e5a
commit
4857d60c99
13 changed files with 141 additions and 63 deletions
|
@ -291,7 +291,8 @@ namespace smt {
|
|||
void* ctx,
|
||||
std::function<void(void*, unsigned, expr*)>& fixed_eh,
|
||||
std::function<void(void*)>& push_eh,
|
||||
std::function<void(void*, unsigned)>& pop_eh);
|
||||
std::function<void(void*, unsigned)>& pop_eh,
|
||||
std::function<void*(void*)>& fresh_eh);
|
||||
|
||||
/**
|
||||
\brief register an expression to be tracked fro user propagation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue