mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 18:50:26 +00:00
parent
65de3f748a
commit
fcd1f2b3cd
2 changed files with 3 additions and 1 deletions
|
@ -215,6 +215,8 @@ private:
|
|||
visiting = to_visit.back();
|
||||
to_visit.pop_back();
|
||||
visited.insert(visiting);
|
||||
if (!exp2const.contains(visiting))
|
||||
continue;
|
||||
for (func_decl* f : exp2const[visiting])
|
||||
for (expr* e : const2exp[f]) {
|
||||
if (!visited.contains(e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue