3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 20:58:54 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-31 22:15:00 -08:00
parent 20870c43ec
commit 33525007ab
5 changed files with 42 additions and 36 deletions

View file

@ -81,8 +81,9 @@ namespace q {
}
void solver::collect_statistics(statistics& st) const {
st.update("quantifier asserts", m_stats.m_num_quantifier_asserts);
st.update("q asserts", m_stats.m_num_quantifier_asserts);
m_mbqi.collect_statistics(st);
m_ematch.collect_statistics(st);
}
euf::th_solver* solver::clone(euf::solver& ctx) {