3
0
Fork 0
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:
Nikolaj Bjorner 2022-02-14 19:36:14 +02:00
parent 3d26b501e7
commit 9a4d6cee6c
3 changed files with 8 additions and 6 deletions

View file

@ -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());
}
};