mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
This commit is contained in:
parent
9011100df2
commit
4b1419261f
1 changed files with 2 additions and 0 deletions
|
@ -262,6 +262,8 @@ namespace q {
|
|||
m_expanded.push_back(r);
|
||||
return true;
|
||||
}
|
||||
if (r == q)
|
||||
return false;
|
||||
q = to_quantifier(r);
|
||||
}
|
||||
if (is_forall(q))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue