Introduction to
Logic Programming
What
versus
How
 

Exercise 11.4 - Action Execution


Given the definition fix(X) :: p(X,Y) & p(Y,Z) ==> p(X,Z) & fix(Y), what is the result of executing the action fix(a) on the dataset shown below.