mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 13:53:39 +00:00
parent
211a6c8752
commit
b8a437bd8a
8 changed files with 60 additions and 36 deletions
|
@ -281,9 +281,9 @@ struct pull_quant::imp {
|
|||
m.mk_rewrite(old_q, result);
|
||||
return true;
|
||||
}
|
||||
if (is_lambda(old_q)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (is_lambda(old_q))
|
||||
return false;
|
||||
|
||||
if (!is_forall(new_body))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue