mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
register forbidden functions with reduce_args for user-propagator
This commit is contained in:
parent
658a334ecf
commit
50d50cdb48
3 changed files with 29 additions and 6 deletions
|
@ -189,10 +189,12 @@ public:
|
|||
}
|
||||
|
||||
unsigned user_propagate_register(expr* e) override {
|
||||
m_t1->user_propagate_register(e);
|
||||
return m_t2->user_propagate_register(e);
|
||||
}
|
||||
|
||||
void user_propagate_clear() override {
|
||||
m_t1->user_propagate_clear();
|
||||
m_t2->user_propagate_clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue