How to create function symbols dynamically in pyDatalog?

472 Views Asked by At

For example I have this kind of rules in Datalog:

enter image description here

How do I create these rules dynamically in pyDatalog using "load"?

Thanks!

0

There are 0 best solutions below