3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

align name of tactic in report

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-20 08:57:21 -07:00
parent cd0cd82eb7
commit b506e45845

View file

@ -805,7 +805,7 @@ class elim_uncnstr_tactic : public tactic {
bool produce_proofs = g->proofs_enabled();
TRACE("elim_uncnstr_bug", g->display(tout););
tactic_report report("elim-uncnstr-vars", *g);
tactic_report report("elim-uncnstr", *g);
m_vars.reset();
collect_occs p;
p(*g, m_vars);