I'm using Z3 to evaluate datalog programmes write using the bddbddb format (http://bddbddb.sourceforge.net/).
How to express the fact that a relation is acyclic in bddbddb format ?
I mean a rule such this one in datalog
:- rel(X,Y), rel(Y,X).
I'm using Z3 to evaluate datalog programmes write using the bddbddb format (http://bddbddb.sourceforge.net/).
How to express the fact that a relation is acyclic in bddbddb format ?
I mean a rule such this one in datalog
:- rel(X,Y), rel(Y,X).