Lifelong Planning A* - Carnegie Mellon University
www.cs.cmu.edu › ~maxim › filesPath-planning problems can be solved with traditional graph-search methods, such as breadth-first search, if they update the shortest path every time some edge costs change. They typically neither take advantage of available heuristics nor reuse in-formation from previous searches. The following example, however, shows that