3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 01:40:22 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-06-30 14:36:14 -07:00
parent fd4cc17689
commit 6712b769a6
2 changed files with 8 additions and 0 deletions

View file

@ -148,6 +148,7 @@ namespace {
void flush_statistics() override {
// Force aggregation of theory statistics before collecting them
std::cout << "[DEBUG] smt_solver::flush_statistics() called\n";
m_context.flush_statistics();
}