mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 17:25:47 +00:00
adding user propagation to API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
578ddf3e9d
commit
0c93c7aa08
8 changed files with 133 additions and 12 deletions
|
@ -2878,7 +2878,7 @@ namespace smt {
|
|||
}
|
||||
}
|
||||
|
||||
void context::register_user_propagator(
|
||||
void context::user_propagate_init(
|
||||
void* ctx,
|
||||
std::function<void(void*, unsigned, expr*)>& fixed_eh,
|
||||
std::function<void(void*)>& push_eh,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue