mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update euf_ac_plugin.cpp
This commit is contained in:
parent
826835fd7c
commit
5413018d86
|
@ -442,7 +442,7 @@ namespace euf {
|
||||||
// simplify eq using processed
|
// simplify eq using processed
|
||||||
TRACE("plugin",
|
TRACE("plugin",
|
||||||
for (auto other_eq : backward_iterator(eq_id))
|
for (auto other_eq : backward_iterator(eq_id))
|
||||||
tout << "backward iterator " << eq_id << " vs " << other_eq << " " << is_processed(other_eq) << "\n"););
|
tout << "backward iterator " << eq_id << " vs " << other_eq << " " << is_processed(other_eq) << "\n");
|
||||||
for (auto other_eq : backward_iterator(eq_id))
|
for (auto other_eq : backward_iterator(eq_id))
|
||||||
if (is_processed(other_eq) && backward_simplify(eq_id, other_eq))
|
if (is_processed(other_eq) && backward_simplify(eq_id, other_eq))
|
||||||
goto loop_start;
|
goto loop_start;
|
||||||
|
|
Loading…
Reference in a new issue