3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-21 09:40:06 +01:00
parent a1f7676c81
commit 9969809745
2 changed files with 7 additions and 2 deletions

View file

@ -286,6 +286,11 @@ namespace q {
idx = i;
}
}
if (!e1 && updated) {
m_expanded.reset();
m_expanded.push_back(r);
return true;
}
if (!e1)
return false;