A traveling salesman problem showcase from your pals at Arogi.
The repo has simple implementations of the Traveling Salesman Problem (TSP). With numerous (all open source) dependencies, the easiest way to get this up and running on your own machine is to use the included Docker instructions.
By default, this solves a euclidean TSP. One can also solve TSP on a road network, but it requires also running a Valhalla docker container as well. See Docker instructions for more details.
License:
This repo's Arogi Circuit Web demos are free & open source under the Apache 2.0 License. The repo uses a smattering of other open source libraries too, and you will find credits to them in the code-- particular thanks to Google, Mapzen, and Leaflet.