This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CNI
/
Prlog
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Import code from TD1 exercice 3
DricomDragon
5 anni fa
parent
c088e75714
commit
f8e4307238
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
td/td1/asp3.lp
+ 5
- 0
td/td1/asp3.lp
Vedi File
@@ -0,0 +1,5 @@
+q(1..4).
+{r(U+1) : q(U)}.
+:- not {r(U)}2.
+
+#show r/1.