mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
0dd5a5e576
commit
637ddf9397
|
@ -258,6 +258,10 @@ namespace q {
|
||||||
m_expanded.push_back(r);
|
m_expanded.push_back(r);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (is_forall(q) != is_forall(r)) {
|
||||||
|
m_expanded.push_back(r);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
q = to_quantifier(r);
|
q = to_quantifier(r);
|
||||||
}
|
}
|
||||||
if (is_forall(q))
|
if (is_forall(q))
|
||||||
|
|
Loading…
Reference in a new issue