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/tutotial_01.lp
57 Bytes
Edit
Raw
Normal View
History
808facfe
Francisco Coelho
Main text adapted...
1 2 3 4
p(1;2). q(1;2). r(X,Y) :- p(X), q(Y), X != Y.
53b3b48c
Francisco Coelho
Started pre-paper...
5
#show r/2.