3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

dependencies

This commit is contained in:
Nikolaj Bjorner 2022-01-13 12:34:58 -08:00
parent 4b6679e8e0
commit b259f46f85
2 changed files with 3 additions and 2 deletions

View file

@ -301,7 +301,8 @@ namespace q {
}
return true;
}
else if (updated) {
else if (m_expanded.size() == 1 && updated) {
m_expanded[0] = r;
flatten(to_quantifier(r));
return true;
}