GITLAB
Francisco Coelho
/
zugzwang
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
old-remote
b43c061c4d3c5750c9a9a1f7c0d170266ba78556
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.