mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Update smt_context.cpp
This commit is contained in:
parent
c15968aa9e
commit
96e117d78c
|
@ -1546,6 +1546,7 @@ namespace smt {
|
||||||
|
|
||||||
void context::get_specrels(func_decl_set& rels) const {
|
void context::get_specrels(func_decl_set& rels) const {
|
||||||
family_id fid = m.get_family_id("specrels");
|
family_id fid = m.get_family_id("specrels");
|
||||||
|
theory* th = get_theory(fid);
|
||||||
if (th)
|
if (th)
|
||||||
dynamic_cast<theory_special_relations*>(th)->get_specrels(rels);
|
dynamic_cast<theory_special_relations*>(th)->get_specrels(rels);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue