mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
This commit is contained in:
parent
0b063f7903
commit
07bbd026ac
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ namespace q {
|
||||||
}
|
}
|
||||||
if (is_var(t)) {
|
if (is_var(t)) {
|
||||||
m_mark.mark(t);
|
m_mark.mark(t);
|
||||||
|
if (to_var(t)->get_idx() >= n)
|
||||||
|
return nullptr;
|
||||||
m_eval.setx(t->get_id(), binding[n - 1 - to_var(t)->get_idx()], nullptr);
|
m_eval.setx(t->get_id(), binding[n - 1 - to_var(t)->get_idx()], nullptr);
|
||||||
todo.pop_back();
|
todo.pop_back();
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue