mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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));
|
||||
m_todo.pop_back();
|
||||
}
|
||||
else {
|
||||
m_todo.push_back(body);
|
||||
}
|
||||
else {
|
||||
m_todo.push_back(body);
|
||||
}
|
||||
}
|
||||
else {
|
||||
visited.mark(e, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue