mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
preserve dl rule names during xforms
This commit is contained in:
parent
50f794c4f5
commit
af28057980
8 changed files with 13 additions and 9 deletions
|
@ -280,7 +280,7 @@ namespace datalog {
|
|||
new_tail.push_back(create_magic_literal(new_head));
|
||||
negations.push_back(false);
|
||||
|
||||
rule * nr = m_context.get_rule_manager().mk(new_head, new_tail.size(), new_tail.c_ptr(), negations.c_ptr());
|
||||
rule * nr = m_context.get_rule_manager().mk(new_head, new_tail.size(), new_tail.c_ptr(), negations.c_ptr(), r->name());
|
||||
result.add_rule(nr);
|
||||
nr->set_accounting_parent_object(m_context, r);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue