mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
propagate rule names during xform
This commit is contained in:
parent
0dead22dca
commit
c7fbab0c11
4 changed files with 4 additions and 4 deletions
|
@ -726,7 +726,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
rule * new_rule = m_context.get_rule_manager().mk(orig_r->get_head(), tail.size(), tail.c_ptr(),
|
||||
negs.c_ptr());
|
||||
negs.c_ptr(), orig_r->name());
|
||||
|
||||
new_rule->set_accounting_parent_object(m_context, orig_r);
|
||||
m_context.get_rule_manager().mk_rule_rewrite_proof(*orig_r, *new_rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue