mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -134,7 +134,7 @@ class lia2pb_tactic : public tactic {
|
|||
}
|
||||
}
|
||||
else {
|
||||
sort * s = m_owner.m.get_sort(n);
|
||||
sort * s = n->get_sort();
|
||||
if (s->get_family_id() == m_owner.m_util.get_family_id())
|
||||
throw_failed(n);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue