You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One could write rules like the following (which might be useful when auto-generating rules):
A(1) :- 1 = 1.
Nemo however does not allow this since the body lacks a positive atom.
I would be convenient to allow writing rules that lack positive body atoms (as long as they are safe).
The text was updated successfully, but these errors were encountered:
One could write rules like the following (which might be useful when auto-generating rules):
Nemo however does not allow this since the body lacks a positive atom.
I would be convenient to allow writing rules that lack positive body atoms (as long as they are safe).
The text was updated successfully, but these errors were encountered: