GITLAB
Francisco Coelho
/
zugzwang
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
old-remote
eb58449665892840dcc8f23ab88ff10c08a408f3
zugzwang
code
asp
tutotial_01.lp
808facfe
Main text adapted to beamer
Browse Code ยป
Francisco Coelho
2022-09-16 16:11:00 +0100
tutotial_01.lp
47 Bytes
Edit
Raw
Blame
History
1
2
3
4
p(1;2). q(1;2). r(X,Y) :- p(X), q(Y), X != Y.