Good afternoon,
I have encountered a problem with my teacher in the Prolog class.
My professor says that we can make a resolution with the following program
mag(paris,mag_a).
mag(paris,mag_b).
mag(lyon,mag_c).
mag(lyon,mag_d).
liste(M):-mag...
asked on
26.04.2016 / 22:13