mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
0dd5a5e576
commit
637ddf9397
1 changed files with 4 additions and 0 deletions
|
@ -258,6 +258,10 @@ namespace q {
|
|||
m_expanded.push_back(r);
|
||||
return true;
|
||||
}
|
||||
if (is_forall(q) != is_forall(r)) {
|
||||
m_expanded.push_back(r);
|
||||
return true;
|
||||
}
|
||||
q = to_quantifier(r);
|
||||
}
|
||||
if (is_forall(q))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue