mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
rename statistics to something more meaningful: instantiations from MBQI are tagged with mbi
This commit is contained in:
parent
2b4ba5e170
commit
e54635e0ed
1 changed files with 2 additions and 2 deletions
|
@ -635,8 +635,8 @@ namespace q {
|
||||||
void mbqi::collect_statistics(statistics& st) const {
|
void mbqi::collect_statistics(statistics& st) const {
|
||||||
if (m_solver)
|
if (m_solver)
|
||||||
m_solver->collect_statistics(st);
|
m_solver->collect_statistics(st);
|
||||||
st.update("q-num-instantiations", m_stats.m_num_instantiations);
|
st.update("q mbi instantiations", m_stats.m_num_instantiations);
|
||||||
st.update("q-num-checks", m_stats.m_num_checks);
|
st.update("q mbi num checks", m_stats.m_num_checks);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue