mirror of
https://github.com/Z3Prover/z3
synced 2025-11-10 16:12:03 +00:00
adding a new toy for Clemens
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6963451704
commit
9c8800bdde
8 changed files with 74 additions and 13 deletions
|
|
@ -1729,10 +1729,10 @@ namespace smt {
|
|||
return m_user_propagator->add_expr(e);
|
||||
}
|
||||
|
||||
void user_propagate_register_declared(user_propagator::register_created_eh_t& r) {
|
||||
void user_propagate_register_created(user_propagator::register_created_eh_t& r) {
|
||||
if (!m_user_propagator)
|
||||
throw default_exception("user propagator must be initialized");
|
||||
m_user_propagator->register_declared(r);
|
||||
m_user_propagator->register_created(r);
|
||||
}
|
||||
|
||||
func_decl* user_propagate_declare(symbol const& name, unsigned n, sort* const* domain, sort* range) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue