InterviewSolution
Saved Bookmarks
| 1. |
To overcome the need to backtrack in constraint satisfaction problem can be eliminated by ____________(a) Forward Searching(b) Constraint Propagation(c) Backtrack after a forward search(d) Omitting the constraints and focusing only on goalsThis question was addressed to me by my school teacher while I was bunking the class.The doubt is from Constraints Satisfaction Problems topic in division Problem Solving of Artificial Intelligence |
|
Answer» Right answer is (a) Forward Searching |
|