mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be65e9a241
commit
8beb6618d3
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue