mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 23:43:15 +00:00
Update src/smt/smt_kernel.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2d5ac61cdb
commit
6553f31e15
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void kernel::flush_statistics() {
|
||||
std::cout << "[DEBUG] smt::kernel::flush_statistics() called\n";
|
||||
IF_LOG(DEBUG, log() << "smt::kernel::flush_statistics() called\n";);
|
||||
m_imp->m_kernel.flush_statistics();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue