mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
parent
c2f6f2e715
commit
1d3e9fb76c
1 changed files with 5 additions and 0 deletions
|
@ -1007,6 +1007,11 @@ namespace qe {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case AST_QUANTIFIER: {
|
case AST_QUANTIFIER: {
|
||||||
|
if (is_lambda(e)) {
|
||||||
|
visited.insert(e, e);
|
||||||
|
todo.pop_back();
|
||||||
|
break;
|
||||||
|
}
|
||||||
SASSERT(!is_lambda(e));
|
SASSERT(!is_lambda(e));
|
||||||
app_ref_vector vars(m);
|
app_ref_vector vars(m);
|
||||||
quantifier* q = to_quantifier(e);
|
quantifier* q = to_quantifier(e);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue