mirror of
https://github.com/Z3Prover/z3
synced 2025-09-06 01:48:02 +00:00
adding created to sat/smt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c00591daaf
commit
a3d4e9a4e8
4 changed files with 63 additions and 2 deletions
|
@ -430,6 +430,10 @@ namespace euf {
|
|||
check_for_user_propagator();
|
||||
m_user_propagator->register_diseq(diseq_eh);
|
||||
}
|
||||
void user_propagate_register_created(user_propagator::created_eh_t& ceh) {
|
||||
check_for_user_propagator();
|
||||
m_user_propagator->register_created(ceh);
|
||||
}
|
||||
unsigned user_propagate_register_expr(expr* e) {
|
||||
check_for_user_propagator();
|
||||
return m_user_propagator->add_expr(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue