All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ject.lp.asp.1.27.source-code.ex4.asp Maven / Gradle / Ivy

The newest version!
bird(X) :- penguin(X).
flies(X) :- bird(X), not -flies(X).
-flies(X) :- penguin(X).
flies(X) :- bat(X).
:- bird(X), bat(X).

penguin(tweety).
bat(batman).




© 2015 - 2024 Weber Informatics LLC | Privacy Policy