This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CNI
/
Prlog
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Import example code from lesson slides
DricomDragon
hace 5 años
padre
003007e80d
commit
c132e5874f
Se han
modificado 2 ficheros
con
10 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
cm/lp1.lp
5
0
cm/lp2.lp
+ 5
- 0
cm/lp1.lp
Ver fichero
@@ -0,0 +1,5 @@
+a.
+b.
+c.
+q(b).
+p(X) :- q(X).
+ 5
- 0
cm/lp2.lp
Ver fichero
@@ -0,0 +1,5 @@
+a.
+b.
+c.
+q(b).
+p(X) | r(X) :- q(X).