Description: Simulated annealing algorithm to solve TSP
Input Format (city coordinates in.):
The first line: an integer N, the number of cities
S .. N+1 lines: each line has a space-separated integers x, y, i+1 th row of the x, y coordinates of city i
To Search:
File list (Check if you may need any files):
abc.cpp