mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix #4176
This commit is contained in:
parent
c94a9e8ddd
commit
6088da5159
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,9 @@ struct tactic_report::imp {
|
|||
~imp() {
|
||||
m_watch.stop();
|
||||
double end_memory = static_cast<double>(memory::get_allocation_size())/static_cast<double>(1024*1024);
|
||||
TRACE("tactic", m_goal.display(tout););
|
||||
TRACE("tactic", m_goal.display(tout << m_id << "\n");
|
||||
if (m_goal.mc()) m_goal.mc()->display(tout);
|
||||
);
|
||||
IF_VERBOSE(0,
|
||||
verbose_stream() << "(" << m_id
|
||||
<< " :num-exprs " << m_goal.num_exprs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue