Traveling Salesman

Robrt on 2002-11-29T00:14:18

Does anyone know of a tool that will do traveling salesman type organization of a set of addresses?

Maybe I just need to screen-scrape Yahoo Maps and use Graph::Kruskal or another MST function to get an order.