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

.logics.ml.1.17.source-code.examplebeliefbase.mlogic Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
Animal = {penguin, eagle, worm}
Plant = {cactus}

type(Flies(Animal))
type(HasWings(Animal))
type(Eats(Animal,Animal))
type(Stings(Plant))

<>(Flies(eagle))
!([](<>(!Stings(cactus))))
Eats(eagle,worm)
!(<>(Eats(worm,penguin)))
[](forall X:(([](Flies(X))) || (<>(!HasWings(X)))))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy