3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Added param descrs collection to ackermannize_bv_tactic

This commit is contained in:
Christoph M. Wintersteiger 2016-05-06 18:28:08 +01:00
parent 50910e5b3b
commit 4d11e57a33

View file

@ -74,6 +74,10 @@ public:
m_lemma_limit = p.div0_ackermann_limit();
}
virtual void collect_param_descrs(param_descrs & r) {
ackermannize_bv_tactic_params::collect_param_descrs(r);
}
virtual void collect_statistics(statistics & st) const {
st.update("ackr-constraints", m_st.m_ackrs_sz);
}