mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +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
|
@ -341,7 +341,7 @@ namespace datalog {
|
|||
head = mk_head(source, *result, r.get_head(), cnt);
|
||||
fml = m.mk_implies(m.mk_and(tail.size(), tail.c_ptr()), head);
|
||||
proof_ref pr(m);
|
||||
rm.mk_rule(fml, pr, *result);
|
||||
rm.mk_rule(fml, pr, *result, r.name());
|
||||
TRACE("dl", result->last()->display(m_ctx, tout););
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue