3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
latest issue
This commit is contained in:
Nikolaj Bjorner 2022-01-16 18:09:38 -08:00
parent 0dd5a5e576
commit 637ddf9397

View file

@ -258,6 +258,10 @@ namespace q {
m_expanded.push_back(r);
return true;
}
if (is_forall(q) != is_forall(r)) {
m_expanded.push_back(r);
return true;
}
q = to_quantifier(r);
}
if (is_forall(q))