Introduction - If you have any usage issues, please Google them yourself
Overview of the traveling salesman problem: to find the shortest path between a n given cities, so that before we return to the starting city, visit each city only once, the shortest Hamiltonian circuit problem.