mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
parent
d229efabfc
commit
be65e9a241
1 changed files with 3 additions and 0 deletions
|
@ -516,6 +516,9 @@ class solve_eqs_tactic : public tactic {
|
||||||
occ.mark(e, occ.is_marked(body));
|
occ.mark(e, occ.is_marked(body));
|
||||||
m_todo.pop_back();
|
m_todo.pop_back();
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
m_todo.push_back(body);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
visited.mark(e, true);
|
visited.mark(e, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue