3
我很難去處理關係式的因果關係邏輯,而且我不確定這是不是要問的地方,但它會幫助我很多任何人都可以提供以下問題的指導。關係的說法邏輯問題:什麼是Herbrand的解釋
設P程序:
academic(X); student(X); other_staff(X):-
works_in(X, university).
:-student(john).
:-other_staff(john).
works_in(john, university)
問:哪些是P的Herbrand解釋?