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:
parent
96cc58f67c
commit
119a491b17
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue