Skip to content

Commit d7de7eb

Browse files
committed
remove recalculated entries from S
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
1 parent ef55de1 commit d7de7eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/math/lp/dioph_eq.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,9 @@ namespace lp {
698698
m_l_matrix.multiply_row(ei, denom);
699699
m_e_matrix.multiply_row(ei, denom);
700700
}
701-
701+
if (belongs_to_s(ei)) {
702+
remove_from_S(ei);
703+
}
702704
SASSERT(entry_invariant(ei));
703705
}
704706

0 commit comments

Comments
 (0)