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:
parent
cd0cd82eb7
commit
b506e45845
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue