Introduction - If you have any usage issues, please Google them yourself
TSP dynamic programming to solve the problem. Description of the problem: traveling salesman problem, namely TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel businessmen to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.
Packet : 13898391dp_tsp.rar filelist
dp_tsp\dp_tsp.dsw
dp_tsp\dp_tsp.ncb
dp_tsp\dp_tsp.cpp
dp_tsp\dp_tsp.plg
dp_tsp\dp_tsp.opt
dp_tsp\dp_tsp.dsp
dp_tsp\Debug
dp_tsp