Prolog File for Thursday for Thursday 4:15pm Tutorial + Transitivity Problem

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

Prolog File for Thursday for Thursday 4:15pm Tutorial + Transitivity Problem
Dear all,

as promised, the prolog file of my tutorial yesterday is now also uploaded to our git repository: https://gl.kwarc.info/teaching/AI/blob/master/Frederik/prolog/2019-10-31-tutorial.pl

You may remember that I showed you how to make a transitive relationship in prolog, which didn’t quite work, because the problem got stuck in a loop.
If you would like to know how to avoid that problem, I recommend you take a look at this StackOverflow answer: https://stackoverflow.com/a/28615704.

Frederik