3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 00:05:46 +00:00

validate unsat cores in recfun

This commit is contained in:
Simon Cruanes 2017-12-25 23:35:54 +01:00
parent f7e5977b9e
commit cfcff78754
3 changed files with 14 additions and 2 deletions

View file

@ -239,6 +239,7 @@ namespace recfun {
th_rewriter & get_th_rewriter() { return m_th_rw; }
bool is_case_pred(app * e) const { return is_app_of(e, m_family_id, OP_FUN_CASE_PRED); }
bool is_defined(app * e) const { return is_app_of(e, m_family_id, OP_FUN_DEFINED); }
bool is_depth_limit(app * e) const { return is_app_of(e, m_family_id, OP_DEPTH_LIMIT); }
bool owns_app(app * e) const { return e->get_family_id() == m_family_id; }
//<! add a function declaration