3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-18 03:46:17 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-08-11 09:31:54 +03:00
parent 49064252ac
commit b55ad5f20e

View file

@ -1150,7 +1150,7 @@ namespace smt {
void theory_special_relations::get_specrels(func_decl_set& rels) const { void theory_special_relations::get_specrels(func_decl_set& rels) const {
for (auto [f, r] : m_relations) for (auto [f, r] : m_relations)
rels.insert(m_util.get_relation(r->m_decl)); rels.insert(r->m_decl);
} }
} }