Skip to content

Commit

Permalink
remove recalculated entries from S
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <[email protected]>
  • Loading branch information
levnach committed Jan 24, 2025
1 parent a71263a commit 5f292d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/math/lp/dioph_eq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,9 @@ namespace lp {
m_l_matrix.multiply_row(ei, denom);
m_e_matrix.multiply_row(ei, denom);
}

if (belongs_to_s(ei)) {
remove_from_S(ei);
}
SASSERT(entry_invariant(ei));
}

Expand Down

0 comments on commit 5f292d6

Please sign in to comment.