3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-31 08:19:54 +00:00

remove an out of place assert

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-12-05 10:55:30 -10:00
parent e895cfb4ae
commit ff739d19dd

View file

@ -988,7 +988,6 @@ namespace lp {
if (belongs_to_s(ei)) {
remove_from_S(ei);
}
SASSERT(entry_invariant(ei));
}
void find_changed_terms_and_more_changed_rows() {
@ -1099,6 +1098,7 @@ namespace lp {
m_changed_f_columns.reset();
m_changed_rows.reset();
m_changed_terms.reset();
SASSERT(entries_are_ok());
}
int get_sign_in_e_row(unsigned ei, unsigned j) const {