mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove recalculated entries from S
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ef55de1646
commit
d7de7eb732
|
@ -698,7 +698,9 @@ namespace lp {
|
||||||
m_l_matrix.multiply_row(ei, denom);
|
m_l_matrix.multiply_row(ei, denom);
|
||||||
m_e_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));
|
SASSERT(entry_invariant(ei));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue