mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Added param descrs collection to ackermannize_bv_tactic
This commit is contained in:
parent
0286cee450
commit
88f92660f0
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue