mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -181,7 +181,7 @@ namespace q {
|
|||
if (!m_unit_table.empty())
|
||||
return;
|
||||
for (euf::enode* n : ctx.get_egraph().nodes()) {
|
||||
if (!n->interpreted() && !m.is_uninterp(m.get_sort(n->get_expr())))
|
||||
if (!n->interpreted() && !m.is_uninterp(n->get_expr()->get_sort()))
|
||||
continue;
|
||||
expr* e = n->get_expr();
|
||||
sort* s = e->get_sort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue