mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -113,9 +113,9 @@ public:
|
|||
bound_names.push_back(v->get_decl()->get_name());
|
||||
}
|
||||
if (sorts) {
|
||||
bound_sorts.push_back(m.get_sort(v));
|
||||
bound_sorts.push_back(v->get_sort());
|
||||
}
|
||||
rep.insert(v, m.mk_var(index++, m.get_sort(v)));
|
||||
rep.insert(v, m.mk_var(index++, v->get_sort()));
|
||||
}
|
||||
if (names && !bound_names.empty()) {
|
||||
bound_names.reverse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue