cities


cities, a Octave code which works with problems involving intercity distances.

Such problems include:

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license.

Languages:

cities is available in a C++ version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

cities_test

asa058, a Octave code which contains the original text of the Sparks clustering algorithm.

asa136, a Octave code which implements the K-Means algorithm.

cities, a dataset directory which contains a number of city distance datasets.

distance_to_position, a Octave code which estimates the positions of cities based on a city-to-city distance table.

distance_to_position_sphere, a Octave code which estimates the positions of cities on a sphere (such as the earth) based on a city-to-city distance table.

floyd, a Octave code which implements Floyd's algorithm for finding the shortest distance between pairs of nodes on a directed graph.

tsp, a dataset directory which contains test data for the traveling salesperson problem;

Source Code:


Last revised on 06 March 2024.