mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
|
@ -794,7 +794,7 @@ namespace qe {
|
|||
|
||||
void filter_vars(app_ref_vector const& vars) {
|
||||
for (app* v : vars) m_pred_abs.fmc()->hide(v);
|
||||
for (app* v : vars) check_sort(m.get_sort(v));
|
||||
for (app* v : vars) check_sort(v->get_sort());
|
||||
}
|
||||
|
||||
void initialize_levels() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue