mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
parent
20870c43ec
commit
33525007ab
5 changed files with 42 additions and 36 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue