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

View file

@ -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);
}
}