3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-03-21 16:23:43 -07:00
parent 9011100df2
commit 4b1419261f

View file

@ -262,6 +262,8 @@ namespace q {
m_expanded.push_back(r);
return true;
}
if (r == q)
return false;
q = to_quantifier(r);
}
if (is_forall(q))