Skip to content

b0bcarlson/TravelingSalesPerson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelingSalesPerson

Turns out the Traveling Salesperson problem isn't that hard

Usage

  • Create a database using the structure provided.
  • Add a location as the ending location (this location is also used for calculating the starting time).
  • Copy all the php files to a web directory, rename config.sample.php to config.php and set the variables.

Disclaimer

This was created as a personal project only accessible locally. This is not intended to be exposed to the internet.