This website works better with JavaScript
Home
Explore
Help
Sign In
CNI
/
Prlog
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Import exercice 2 from TD1
DricomDragon
5 years ago
parent
4b80b63325
commit
8e298921d6
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
td/td1/asp2.lp
+ 3
- 0
td/td1/asp2.lp
View File
@@ -0,0 +1,3 @@
+q(1..5).
+t(11..15).
+2{r(U):q(U); s(V):t(V)}4.