mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
add rule unfolding transformation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2c24f25050
commit
d16db63e56
13 changed files with 160 additions and 138 deletions
|
@ -1026,7 +1026,7 @@ namespace pdr {
|
|||
ast_manager& m = pt.get_manager();
|
||||
datalog::context& dctx = ctx.get_context();
|
||||
datalog::rule_manager& rm = dctx.get_rule_manager();
|
||||
datalog::rule_unifier unifier(rm, dctx, m);
|
||||
datalog::rule_unifier unifier(dctx);
|
||||
datalog::dl_decl_util util(m);
|
||||
datalog::rule_ref r0(rm), r1(rm);
|
||||
obj_map<expr, proof*> cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue