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