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
Improve declaration of multiples
DricomDragon
hace 5 años
padre
f06411a666
commit
e941b3cdc6
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
tp/1/multi.lp
+ 1
- 1
tp/1/multi.lp
Ver fichero
@@ -1,2 +1,2 @@
% Define
-p(
1,2; 2,4; 4,8; 8,16)
.
+p(
M2, M4) :- M1 = 1..4, M2 = 2 * M1, M4 = 4 * M1
.