InterviewSolution
Saved Bookmarks
| 1. |
Which are needed to compute the logical inference algorithm?(a) Logical equivalence(b) Validity(c) Satisfiability(d) All of the mentionedThe question was posed to me in a national level competition.My question is from Propositional Logic in section Logical Agents of Artificial Intelligence |
|
Answer» RIGHT option is (d) All of the mentioned Explanation: Logical inference algorithm can be solved be USING logical equivalence, Validity and satisfiability. |
|