mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
dependencies
This commit is contained in:
parent
4b6679e8e0
commit
b259f46f85
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue