Skip to content

wiguider/Traveling-Salesman-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Traveling-Salesman-Problem

An Implementation of the Traveling Salesman Problem using Google Maps Geocoding API.

The Travelling Salesman Problem (often called TSP) is a classic algorithmic problem in the field of computer science. It is focused on optimization. In this context better solution often means a solution that is cheaper. TSP is a mathematical problem. The description of the problem can be found here: http://en.wikipedia.org/wiki/Travelling_salesman_problem.

Dependencies

  • googlemaps (pip install -U googlemaps)
  • ortools (pip install ortools)

About

An Implementation of the Traveling Salesman Problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages