CITIES is a collection of datasets describing intercity distances.
This data can be used for
ASA058 is a FORTRAN77 file containing the original text of the Sparks clustering algorithm ASA136.
ASA136 is a FORTRAN77 implementation of the K-Means algorithm.
CITIES is a FORTRAN90 library of routines for working with datasets of city locations.
KMEANS is a library of FORTRAN90 routines for the K-means problem of grouping a discrete set of N points into K clusters.
LAU_NP is a library of FORTRAN90 routines for heuristic approaches to certain NP-complete problems, including the traveling salesman problem, the K-center problem and the K-median problem.
SPAETH is a library of FORTRAN90 routines which can cluster data according to various principles.
The SPAETH dataset collection contains a set of test data.
SPAETH2 is a library of FORTRAN90 routines which can cluster data according to various principles.
The SPAETH2 dataset collection contains a set of test data.
TOMS456 is a routine for the routing problem, connecting some nodes in a network.
CO04 gives the distances between 4 cities; the goal is to choose some of the cities as distribution sites; for each city, we then choose the FURTHEST distribution site, so as to MAXIMIZE the total transportation cost to all cities.
HA29 describes the airline distances, in hundreds of miles, between 29 international cities.
KN57 describes the distance in miles between 57 cities.
LAU15 describes the distance between 15 cities, and seeks a solution to the traveling salesman problem.
SGB128 describes 128 cities in North America.
SH07 gives the distances between 7 cities; the goal is to choose 3 of the cities as distribution sites so as to minimize the total transportation cost to all cities.
SP11 describes 11 artificial cities, with arbitrary integer distances.
UK12 describes 12 cities, with integer distances representing the travel time, in minutes, between pairs of cities.
USCA312 describes 312 cities in the US and Canada.
WG22 describes 22 cities in West Germany.
WG59 describes 59 cities in West Germany.
You can go up one level to the DATASETS directory.