3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-09 17:51:33 +01:00
parent be65e9a241
commit 8beb6618d3

View file

@ -516,9 +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 { else {
m_todo.push_back(body); m_todo.push_back(body);
} }
} }
else { else {
visited.mark(e, true); visited.mark(e, true);