diff --git a/src/smt/theory_special_relations.cpp b/src/smt/theory_special_relations.cpp index aac93d935..9113f189e 100644 --- a/src/smt/theory_special_relations.cpp +++ b/src/smt/theory_special_relations.cpp @@ -1149,8 +1149,8 @@ namespace smt { void theory_special_relations::get_specrels(func_decl_set& rels) const { - for (auto [f, r] : m_relations) - rels.insert(m_util.get_relation(r->m_decl)); + for (auto [f, r] : m_relations) + rels.insert(r->m_decl); } }