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 10.11 [graphplan-proof-exercise]

Prove the following assertions about planning graphs:

  1. A literal that does not appear in the final level of the graph cannot be achieved.

  2. The level cost of a literal in a serial graph is no greater than the actual cost of an optimal plan for achieving it.

View Answer