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:
parent
41a4dcf90c
commit
35aa98436f
4 changed files with 27 additions and 59 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue