3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

remove an extrac check in bound_is_interesting

This commit is contained in:
Lev Nachmanson 2023-09-15 17:42:18 -07:00
parent 4cfba9787b
commit b621c9fa1c

View file

@ -2239,9 +2239,6 @@ public:
if (v == null_theory_var)
return false;
if (m_unassigned_bounds[v] == 0)
return false;
if (should_refine_bounds())
return true;