mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +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
|
@ -789,7 +789,7 @@ namespace datalog {
|
|||
tail.push_back(to_app(e));
|
||||
}
|
||||
|
||||
new_rule = rm.mk(head.get(), tail.size(), tail.c_ptr(), (const bool*) 0);
|
||||
new_rule = rm.mk(head.get(), tail.size(), tail.c_ptr(), (const bool*) 0, r.name());
|
||||
|
||||
rm.fix_unbound_vars(new_rule, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue