文件名称:贪婪法解最短回路问题
介绍说明--下载内容均来自于网络,请自行研究使用
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of the shortest but to incorporate it into solutions that do not form part of the loop side. 3. Repeat Step 2 until all the nodes are included in some solution.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 279203贪婪法解最短回路问题.rar 列表 贪婪法解最短回路问题 贪婪法解最短回路问题\程序说明.doc 贪婪法解最短回路问题\贪婪法解最短回路问题.C