concorde-0.1: Simple interface to the Concorde solver for the Traveling Salesperson Problem

The concorde package

This package provides a simple interface to Concorde, a solver for the Traveling Salesperson Problem (TSP). Concorde is available from http://www.tsp.gatech.edu/concorde/index.html.

This library uses the Lin–Kernighan heuristic via Concorde's linkern program. It quickly produces good tours, which may not be optimal. You can directly control the tradeoff between run time and solution quality.

An example program is included.

Currently, only problems in two-dimensional Euclidean space are supported.

More features of Concorde can be added on request. Feature requests and patches are always welcome.

Properties

Version0.1
Dependenciesbase (≥3 & <5), containers (≥0.4), process (≥1.0), safe (≥0.3), temporary (≥1.1)
LicenseBSD3
AuthorKeegan McAllister <mcallister.keegan@gmail.com>
MaintainerKeegan McAllister <mcallister.keegan@gmail.com>
CategoryAlgorithms
Source repositorygit clone git://github.com/kmcallister/concorde
Upload dateFri Oct 21 07:18:15 UTC 2011
Uploaded byKeeganMcAllister
Built onghc-7.2

Modules

Downloads