diff --git a/src/smt/theory_arith_core.h b/src/smt/theory_arith_core.h index 9c507eed0..3f0f37d1f 100644 --- a/src/smt/theory_arith_core.h +++ b/src/smt/theory_arith_core.h @@ -1276,7 +1276,6 @@ namespace smt { expr * rhs2; if (m_util.is_to_real(rhs, rhs2) && is_app(rhs2)) { rhs = to_app(rhs2); } if (!m_util.is_numeral(rhs)) { - UNREACHABLE(); throw default_exception("malformed atomic constraint"); } theory_var v = internalize_term_core(lhs);