3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-22 00:20:27 +00:00
This commit is contained in:
Nikolaj Bjorner 2026-06-11 15:40:38 -07:00
parent 5aa06b6333
commit 49d725f477
4 changed files with 11 additions and 24 deletions

View file

@ -288,14 +288,6 @@ namespace smt {
m_imp->m_kernel.get_fparams().m_preprocess = f;
}
void kernel::reset_aux_statistics() {
m_imp->m_kernel.m_aux_stats.reset();
}
void kernel::add_aux_statistics(::statistics const& st) {
m_imp->m_kernel.m_aux_stats.copy(st);
}
context & kernel::get_context() {
return m_imp->m_kernel;
}