mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
fix #4901
This commit is contained in:
parent
9a76bf0aa2
commit
c15968aa9e
6 changed files with 34 additions and 1 deletions
|
@ -199,6 +199,8 @@ namespace smt {
|
|||
bool can_propagate() override { return m_can_propagate; }
|
||||
void propagate() override;
|
||||
void display(std::ostream & out) const override;
|
||||
|
||||
void get_specrels(func_decl_set& rels) const;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue