mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
parent
1fca76b0a1
commit
d07f2d45e7
|
@ -335,6 +335,9 @@ void model::collect_occs(top_sort& ts, func_decl* f) {
|
|||
collect_occs(ts, e);
|
||||
for (auto const& fe : *fi) {
|
||||
collect_occs(ts, fe->get_result());
|
||||
for (unsigned i = 0; i < fi->get_arity(); ++i) {
|
||||
collect_occs(ts, fe->get_arg(i));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue