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

fix term columns after rounding in cube()

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-30 11:38:38 -08:00
parent 41a4dcf90c
commit 35aa98436f
4 changed files with 27 additions and 59 deletions

View file

@ -405,7 +405,6 @@ lia_move int_solver::hnf_cut() {
lia_move int_solver::check(lp::explanation * e) {
++m_number_of_calls;
m_lar_solver->restore_rounded_columns();
SASSERT(m_lar_solver->ax_is_correct());
if (!has_inf_int()) return lia_move::sat;