mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -184,7 +184,7 @@ namespace q {
|
|||
if (!n->interpreted() && !m.is_uninterp(m.get_sort(n->get_expr())))
|
||||
continue;
|
||||
expr* e = n->get_expr();
|
||||
sort* s = m.get_sort(e);
|
||||
sort* s = e->get_sort();
|
||||
if (m_unit_table.contains(s))
|
||||
continue;
|
||||
m_unit_table.insert(s, e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue