mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
more refinements for recfun
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
48cdd12a47
commit
8a9837a8b5
3 changed files with 38 additions and 36 deletions
|
@ -121,6 +121,8 @@ namespace smt {
|
|||
void assert_case_axioms(case_expansion & e);
|
||||
void assert_body_axiom(body_expansion & e);
|
||||
void max_depth_conflict(void);
|
||||
literal mk_literal(expr* e);
|
||||
literal mk_eq_lit(expr* l, expr* r);
|
||||
protected:
|
||||
void push_case_expand(case_expansion&& e) { m_q_case_expand.push_back(e); }
|
||||
void push_body_expand(body_expansion&& e) { m_q_body_expand.push_back(e); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue