3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 10:44:43 +00:00

remove an unused field

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-03-22 08:59:38 -07:00 committed by Lev Nachmanson
parent 9302a02a81
commit dee3cf8de4
2 changed files with 1 additions and 3 deletions

View file

@ -1203,7 +1203,7 @@ namespace lp {
p.coeff() /= g;
}
m_sum_of_fixed[ei] = c_g;
// e.m_l *= (1 / g);
// e.m_l /= g
for (auto& p : m_l_matrix.m_rows[ei]) {
p.coeff() /= g;
}