mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove recalculated entries from S
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
8e071bcf3c
commit
f5ef569875
1 changed files with 3 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue