3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

tracking stats for max columns in theore_arith_core.h

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-25 15:26:23 -07:00
parent 96cc58f67c
commit 119a491b17

View file

@ -258,7 +258,7 @@ namespace smt {
c_entry.m_row_id = r_id;
c_entry.m_row_idx = r_idx;
m_stats.m_tableau_max_columns = std::max(m_stats.m_tableau_max_columns, (unsigned)c_idx + 1);
m_stats.m_tableau_max_columns = std::max(m_stats.m_tableau_max_columns, (unsigned)v + 1);
}
/**