mirror of
https://github.com/Z3Prover/z3
synced 2026-07-21 06:25:50 +00:00
use expr based access to enodes to allow for storing first-class lambas
This commit is contained in:
parent
5f3088f3b5
commit
2cc4422018
54 changed files with 301 additions and 279 deletions
|
|
@ -263,7 +263,7 @@ namespace smt {
|
|||
m_arith_eq_adapter.restart_eh();
|
||||
}
|
||||
|
||||
void relevant_eh(app* e) override {}
|
||||
void relevant_eh(expr* e) override {}
|
||||
|
||||
void init_search_eh() override {
|
||||
m_arith_eq_adapter.init_search_eh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue