[Solved]Give Manual Trace Done Class Given Facts Rules Query Cousins Parent Min Gre Parent Per Gr Q37089325
Give a manual trace, as done in class, given the facts and rulesbelow for the query.
Who are cousins?
parent(min,gre).
parent(per,gre).
parent(tag,bound).
parent(upper,bound).
siblings(min,upper).
cousin(X,Y) :- parent(U,X), parent(V,Y), siblings(U,V).
Expert Answer
Answer to Give a manual trace, as done in class, given the facts and rules below for the query. Who are cousins? parent(min,gre). … . . .
OR

