mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +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);
|
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…
Add table
Add a link
Reference in a new issue