mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
remove recalculated entries from S
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ef55de1646
commit
d7de7eb732
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