Skip to content

Commit

Permalink
new theory in mereograph hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
gruninger committed Apr 1, 2017
1 parent bfca902 commit 09b630e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ontologies/mereograph/comparability_mereograph.clif
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(cl-text http://colore.oor.net/mereograph/comparability_mereograph.clif

(cl-imports http://colore.oor.net/mereograph/mereograph.clif)

(forall (x y)
(iff (adj x y)
(or (leq x y)
(leq y x))))

)

0 comments on commit 09b630e

Please sign in to comment.