mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
parent
a1f7676c81
commit
9969809745
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue