文件名称:abc
介绍说明--下载内容均来自于网络,请自行研究使用
模拟退火算法解决TSP问题
输入格式(城市坐标.in):
第行:1个整数N,表示城市的数量
第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-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
输入格式(城市坐标.in):
第行:1个整数N,表示城市的数量
第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
abc.cpp