Next: Rule application
Up: Planning System Components
 Previous: Planning System Components
 
Methods used involve 
-  finding the differences between 
the current
states and the goal states and then
 -   choosing the rules that reduce these
differences most effectively.
 -  Means end analysis good example of this.
 
If we wish 
to travel
by car to visit a friend 
-  the first thing to do is to fill up the car
 with fuel.
 -  If we do not have a car then we need to acquire one.
 -  The largest difference must be tackled first.
 
 
dave@cs.cf.ac.uk