mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
overhead with push-ite on shared terms
This commit is contained in:
parent
3d26b501e7
commit
9a4d6cee6c
3 changed files with 8 additions and 6 deletions
|
@ -52,6 +52,7 @@ struct tactic_report::imp {
|
|||
<< " :before-memory " << std::fixed << std::setprecision(2) << m_start_memory
|
||||
<< " :after-memory " << std::fixed << std::setprecision(2) << end_memory
|
||||
<< ")" << std::endl);
|
||||
IF_VERBOSE(20, m_goal.display(verbose_stream() << m_id << "\n"));
|
||||
SASSERT(m_goal.is_well_formed());
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue