mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
disable dubious eq adapter code causing perf hit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73d73e6c95
commit
cf86e6ef73
2 changed files with 28 additions and 22 deletions
|
@ -27,7 +27,8 @@ namespace smt {
|
|||
template<typename Ext>
|
||||
void theory_arith<Ext>::collect_statistics(::statistics & st) const {
|
||||
st.update("arith conflicts", m_stats.m_conflicts);
|
||||
st.update("arith add rows", m_stats.m_add_rows);
|
||||
st.update("arith row summations", m_stats.m_add_rows);
|
||||
st.update("arith num rows", m_rows.size());
|
||||
st.update("arith pivots", m_stats.m_pivots);
|
||||
st.update("arith assert lower", m_stats.m_assert_lower);
|
||||
st.update("arith assert upper", m_stats.m_assert_upper);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue