3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

remove dead code

This commit is contained in:
Nikolaj Bjorner 2023-08-07 11:22:34 -07:00
parent dd0b0b47b8
commit 125787c458
4 changed files with 1 additions and 175 deletions

View file

@ -534,7 +534,6 @@ namespace lp {
return lp_status::FEASIBLE; // it should not happen
}
}
m_int_solver->patch_nbasic_column(j);
if (!column_value_is_integer(j)) {
term_max = prev_value;
m_mpq_lar_core_solver.m_r_x = backup;