Download List

Descripción del Proyecto

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 Requirements

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.

2010-10-18 16:17 Back to release list
0.1 beta 1

La principal novedad de esta versión es la solución de generación de gráficos. Además, las características de personalización de barra de herramientas (sólo en plataformas de escritorio), arrastrar una caída, el apoyo para cambiar entre los estilos disponibles Qt, un algoritmo de solución de salida mejorada de generación, y algunas otras mejoras y correcciones de errores.
Tags: 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.

Project Resources