mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
fix #6267
This commit is contained in:
parent
49064252ac
commit
b55ad5f20e
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue