mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
use CASSERT instead of lp_assert for static_matrix
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
181bb60e36
commit
0ee68220e1
5 changed files with 9 additions and 11 deletions
|
@ -293,8 +293,6 @@ template <typename T, typename X> T static_matrix<T, X>::get_row_balance(unsi
|
|||
}
|
||||
|
||||
template <typename T, typename X> bool static_matrix<T, X>::is_correct() const {
|
||||
if (m_rows.size() > 100 || m_columns.size() > 100)
|
||||
return true;
|
||||
for (unsigned i = 0; i < m_rows.size(); i++) {
|
||||
auto &r = m_rows[i];
|
||||
std::unordered_set<unsigned> s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue