mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
parent
0dd5a5e576
commit
637ddf9397
|
@ -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…
Reference in a new issue