GITLAB
Francisco Coelho
/
zugzwang
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
code/asp/drafts/tutotial_01.lp
57 Bytes
Edit
Raw
Normal View
History
3e0f9b8a
Francisco Coelho
back to work?
1 2 3 4 5
p(1;2). q(1;2). r(X,Y) :- p(X), q(Y), X != Y. #show r/2.