Background
Traveling Salesman Problem is an interesting problem in Combinatorial Optimization. There is a rich repository of dataset that has been published for use.
Why this dataset?
While several datasets exist, they are invariably caracterized by the Euclidean distance between the cities in the dataset. However, in a practical scenario, the optimization could be based on the motorable road distance or the actual time taken to travel between cities.
This dataset captures not only the distance between the cities, but also gives (a) the motorable distance between cities and (b) time taken to travel from one city to another. This gives the user of this dataset to optimize over these characteristics as well or a combination of these characteristics.
Dataset consists of (all ASCII files)
Last Updated: Feb 18, 2013