AIMA Artificial Intelligence a modern approch

AIMA-exercises is an open-source community of students, instructors and developers. Anyone can add an exercise, suggest answers to existing questions, or simply help us improve the platform. We accept contributions on this github repository.

Exercise 7.26 [convert-clausal-exercise]

Convert the following set of sentences to clausal form.

S1: $A {\;\;{\Leftrightarrow}\;\;}(C \lor E)$.

S2: $E {:\;{\Rightarrow}:\;}D$.

S3: $B \land F {:\;{\Rightarrow}:\;}\lnot C$.

S4: $E {:\;{\Rightarrow}:\;}C$.

S5: $C {:\;{\Rightarrow}:\;}F$.

S6: $C {:\;{\Rightarrow}:\;}B$

Give a trace of the execution of DPLL on the conjunction of these clauses.

View Answer