Download List

项目描述

TSPSG is intended to generate and solve "travelling salesman problem" (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using the Branch and Bound method to solve a particular task.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-20 22:32
0.1 beta 2

这种测试主要功能错误修正:七个错误已得到修复。增加了一些新的特点了。其中之一就是嵌入到HTML的解决方案时保存图形解决方案(使用数据URI的计划)的支持。另一个特点是能够设置打印页面相关的选项(即,纸张大小,方向和边距)。
标签: Beta, Unstable, Bugfixes
This beta mainly features bugfixes: seven bugs have been fixed. Some new features were added too. One of them is the support for embedding a solution graph into HTML when saving a solution (using data URI scheme). Another feature is the ability to set up page-related options for printing (i.e., paper size, orientation, and margins).

2010-10-18 16:17
0.1 beta 1

这个版本的主要新功能是解决图生成。此外,它的功能工具栏自定义(仅在桌面平台),拖一拖放,提供Qt的风格之间,一个改进方案的输出生成算法,以及其他一些改进和错误修正切换支持。
标签: Unstable, Beta
The main new feature of this release is the solution graph generation. Also, it features toolbar customization (only on desktop platforms), drag-an-drop, support for switching between available Qt styles, an improved solution output generation algorithm, and some other improvements and bugfixes.

2010-04-23 15:01
0.1 alpha 2

这个版本的功能与多达50个城市对称模式,改进求解算法,为任务的支持,结果印刷的解决方案,等等。
标签: Alpha, Unstable
This version features symmetric mode, an improved solution algorithm, support for tasks with up to 50 cities, printing of solution results, and many more.

Project Resources