3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

tidy verbose mode a bit, ackermannize special cases of arrays

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-02-05 21:19:32 -08:00
parent 8e5581b4fe
commit 7fd4e7861f
3 changed files with 119 additions and 18 deletions

View file

@ -39,10 +39,14 @@ namespace datalog {
th_rewriter m_rewriter;
equiv_proof_converter* m_pc;
typedef obj_map<app, var*> defs_t;
bool blast(rule& r, rule_set& new_rules);
bool is_store_def(expr* e, expr*& x, expr*& y);
bool ackermanize(expr_ref& body, expr_ref& head);
public:
/**
\brief Create rule transformer that extracts universal quantifiers (over recursive predicates).