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