mirror of
https://github.com/Z3Prover/z3
synced 2026-06-22 00:20:27 +00:00
refactor
This commit is contained in:
parent
5aa06b6333
commit
49d725f477
4 changed files with 11 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue