Slide 3
Solution: The robot is confined to the surface of the earth, and the parking lot is somewhat flat. Model the parking lot as a geometric horizontal plane. Model the cars as rectangles of width and length equal to the cars they represent. Model the robot as the smallest circle the actual robot can stand in while walking.

Shrink the robot to a point and grow the cars (Minkowski sum) by circle's radius. Draw a visibility graph and apply Dijkstra's algorithm to find the shortest path.

This example shows modeling that makes computation feasible.
Email: Richard dot J dot Wagner at gmail dot com
dm02a.htm, this hand crafted HTML file created October 18, 1997.
Last updated October 22, 2010, by
Rick Wagner. Copyright © 2010, all rights reserved.