Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

dbarlett/KFC-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KFC-Tour

Screenshot of tour plotted on OpenStreetMap basemap

Optimal tours of KFC locations, via the Concorde cutting-plane-based exact TSP solver. Inspired by a Hacker News comment.

Tested on Ubuntu 12.10 64-bit.

Installation & usage:

pip install -r requirements.txt
wget http://www.math.uwaterloo.ca/tsp/concorde/downloads/codes/linux24/concorde.gz
gunzip concorde.gz 
chmod u+x concorde
python kfc_tour.py

The resulting .kml file can be plotted with Google Earth or GPS Visualizer.

Bitdeli Badge

About

Optimal tours of KFC locations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages