mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
parent
9f6a0a0a48
commit
c613ab0ba0
6 changed files with 18 additions and 13 deletions
|
@ -44,7 +44,6 @@ struct simplify_tactic::imp {
|
|||
|
||||
void operator()(goal & g) {
|
||||
tactic_report report("simplifier", g);
|
||||
TRACE("before_simplifier", g.display(tout););
|
||||
m_num_steps = 0;
|
||||
if (g.inconsistent())
|
||||
return;
|
||||
|
@ -63,9 +62,8 @@ struct simplify_tactic::imp {
|
|||
}
|
||||
g.update(idx, new_curr, new_pr, g.dep(idx));
|
||||
}
|
||||
TRACE("after_simplifier_bug", g.display(tout););
|
||||
TRACE("simplifier", g.display(tout););
|
||||
g.elim_redundancies();
|
||||
TRACE("after_simplifier", g.display(tout););
|
||||
TRACE("after_simplifier_detail", g.display_with_dependencies(tout););
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue