3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update euf_ac_plugin.cpp

This commit is contained in:
Nikolaj Bjorner 2024-09-30 08:43:17 -07:00
parent 826835fd7c
commit 5413018d86

View file

@ -442,7 +442,7 @@ namespace euf {
// simplify eq using processed
TRACE("plugin",
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))
if (is_processed(other_eq) && backward_simplify(eq_id, other_eq))
goto loop_start;