mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 13:55:47 +00:00
parent
a37d05d54b
commit
e818b7bd27
4 changed files with 51 additions and 4 deletions
|
@ -1632,6 +1632,7 @@ public:
|
|||
|
||||
bool is_rec_fun_def(quantifier* q) const { return q->get_qid() == m_rec_fun; }
|
||||
bool is_lambda_def(quantifier* q) const { return q->get_qid() == m_lambda_def; }
|
||||
func_decl* get_rec_fun_decl(quantifier* q) const;
|
||||
|
||||
symbol const& rec_fun_qid() const { return m_rec_fun; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue