@hackage / concorde

Simple interface to the Concorde solver for the Traveling Salesperson Problem

Latest0.1

About

Metadata

  • Last updated , by KeeganMcAllister
  • License BSD-3-Clause
  • Categories Algorithms
  • Maintained by: Keegan McAllister <mcallister.keegan@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

This package provides a simple interface to Concorde, a solver for the Traveling Salesperson Problem. Concorde is available from:

http://www.tsp.gatech.edu/concorde/index.html

Documentation for this package is hosted at:

http://hackage.haskell.org/package/concorde

To build the documentation yourself, run

$ cabal configure && cabal haddock --hyperlink-source

This will produce HTML documentation under dist/doc/html/concorde