diff --git a/src/smt/theory_arith_aux.h b/src/smt/theory_arith_aux.h index 7593e9a52..21b892e57 100644 --- a/src/smt/theory_arith_aux.h +++ b/src/smt/theory_arith_aux.h @@ -476,10 +476,10 @@ namespace smt { typename vector::const_iterator it = r.begin_entries(); typename vector::const_iterator end = r.end_entries(); for (; it != end; ++it) { - if (!it->is_dead() && !it->m_coeff.is_int()) { + if (!it->is_dead() && !it->m_coeff.is_int()) TRACE("gomory_cut", display_row(tout, r, true);); return false; - } + } return true; }