tsp-viz

Real time TSP tour visualization.

https://github.com/davnils/tsp-viz

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by David Nilsson
Maintained by [email protected]

Real time TSP tour visualization using Gloss. This program is used as a standalone binary and exposes an interface which communicates over a stream, such as stdout or a file handle. It supports a single set vertices with multiple tours rendered and updated during execution, with overlapping edges being bended appropriately. Currently there is only a C++ interface available in the git repository.