3
0
Fork 0
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:
Arie Gurfinkel 2017-06-23 09:37:19 -04:00
parent 0dead22dca
commit c7fbab0c11
4 changed files with 4 additions and 4 deletions

View file

@ -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);