Skip to content

Commit

Permalink
fix #6267
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 11, 2022
1 parent 4906425 commit b55ad5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smt/theory_special_relations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

}

0 comments on commit b55ad5f

Please sign in to comment.