mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
d229efabfc
commit
be65e9a241
|
@ -516,6 +516,9 @@ class solve_eqs_tactic : public tactic {
|
|||
occ.mark(e, occ.is_marked(body));
|
||||
m_todo.pop_back();
|
||||
}
|
||||
else {
|
||||
m_todo.push_back(body);
|
||||
}
|
||||
}
|
||||
else {
|
||||
visited.mark(e, true);
|
||||
|
|
Loading…
Reference in a new issue