mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -313,7 +313,7 @@ namespace arith {
|
|||
expr* e2 = n2->get_expr();
|
||||
if (m.is_ite(e1) || m.is_ite(e2))
|
||||
return;
|
||||
if (m.get_sort(e1) != m.get_sort(e2))
|
||||
if (e1->get_sort() != m.get_sort(e2))
|
||||
return;
|
||||
reset_evidence();
|
||||
for (auto const& ev : e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue