GITLAB

Francisco Coelho / zugzwang

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • zugzwang
  • code
  • asp
  • tutotial_01.lp
  • 53b3b48c   Started pre-paper, to arXiv, maybe? Browse Code ยป
    Francisco Coelho
    2022-11-18 09:21:12 +0000  
tutotial_01.lp 57 Bytes
Edit Raw Blame History
1 2 3 4 5
p(1;2).
q(1;2).
r(X,Y) :- p(X), q(Y), X != Y.

#show r/2.