Question: Consider what would happen in Example 15.44 (page 693) if empty course had been defined as empty course(C) course(C) enrolled(S,C). Suppose the rest

Consider what would happen in Example 15.44 (page 693) if empty course had been defined as empty course(C) ← course(C) ∧ ∼enrolled(S,C).

Suppose the rest of the knowledge base is course(cs422). course(cs486). course(cs987).

enrolled(huan, cs422). enrolled(sally, cs486).

(a) What is Clark’s completion of the clause for empty course?

(b) What is a counter example to the soundness of the completion? Give an instance of the clause for which the body is true and the head is false.

(c) What does an implementation with negation as failure (e.g., Prolog) give?

Compare with empty course(C) ← ∼enrolled(S,C) ∧ course(C).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Management And Artificial Intelligence Questions!