Télécharger la liste

Description du projet

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.

Système requise

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

Cette version beta caractéristiques principalement des corrections de bugs: sept bugs ont été corrigés. Quelques nouvelles fonctionnalités ont été ajoutées trop. L'un d'eux est le soutien pour l'intégration d'un diagramme solution en HTML lors de l'enregistrement d'une solution (en utilisant des données de schéma d'URI). Une autre fonctionnalité est la possibilité de configurer les options liées à la page pour l'impression (c.-à-format, l'orientation et les marges).
Tags: 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

La principale nouveauté de cette version est la génération graphique solution. En outre, il fonctionnalités de personnalisation barre d'outils (uniquement sur les plateformes de bureau), faites glisser-une baisse, un appui pour la commutation entre les styles de Qt disponible, un algorithme de solution améliorée de sortie de génération, et quelques autres améliorations et corrections de bugs.
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.

2010-04-23 15:01
0.1 alpha 2

Cette version se caractérise mode symétrique, un algorithme de résolution améliorée, le soutien pour les tâches avec un maximum de 50 villes, l'impression des résultats de solution, et bien plus encore.
Tags: 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