Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
0.1 beta 2

Diese Beta-Funktionen vor allem Bugfixes: sieben Bugs wurden behoben. Einige neue Features wurden auch aufgenommen. Einer von ihnen ist die Unterstützung für die Einbettung eines Graphen Lösung in HTML beim Speichern einer Lösung (mit Hilfe von Daten URI-Schema). Ein weiteres Feature ist die Möglichkeit zum Einrichten Seite im Zusammenhang mit Optionen für den Druck (dh, das Papierformat, Ausrichtung und Ränder).
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).

Project Resources