mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +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
|
@ -259,7 +259,7 @@ namespace datalog {
|
|||
rm(ctx.get_rule_manager()),
|
||||
m_pinned_rules(rm),
|
||||
m_pinned_exprs(m),
|
||||
m_unifier(rm, ctx, m) {}
|
||||
m_unifier(ctx) {}
|
||||
|
||||
void insert(rule* orig_rule, rule* slice_rule, unsigned sz, unsigned const* renaming) {
|
||||
m_rule2slice.insert(orig_rule, slice_rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue