mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 07:14:54 +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
|
@ -159,7 +159,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
SASSERT(tail.size()==tail_neg.size());
|
||||
res = m_context.get_rule_manager().mk(head, tail.size(), tail.c_ptr(), tail_neg.c_ptr());
|
||||
res = m_context.get_rule_manager().mk(head, tail.size(), tail.c_ptr(), tail_neg.c_ptr(), r->name());
|
||||
res->set_accounting_parent_object(m_context, r);
|
||||
m_context.get_rule_manager().fix_unbound_vars(res, true);
|
||||
m_context.get_rule_manager().mk_rule_rewrite_proof(*r, *res.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue