Introduction - If you have any usage issues, please Google them yourself
tsp
for (int i=0 i<M i++)
S[i] = i
S[M] = 0
T = 1000 //初始温度1000
Tl = 35000 //内循环次数35000
a = 0.93 //温度下降系数
k = 0
PreMin = 0
Path = GetPath(S)
srand((unsigned)time( NULL ))
cout<<"The initial Path Distence is: "<<Path<<endl
return true