mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove an assert
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
77ca63db90
commit
b403b96d38
|
@ -2184,7 +2184,6 @@ void lar_solver::round_to_integer_solution() {
|
|||
impq& v = m_mpq_lar_core_solver.m_r_x[j];
|
||||
if (v.is_int())
|
||||
continue;
|
||||
SASSERT(is_base(j));
|
||||
TRACE("cube", m_int_solver->display_column(tout, j););
|
||||
impq flv = impq(floor(v));
|
||||
auto del = flv - v; // del is negative
|
||||
|
|
Loading…
Reference in a new issue