Download of tspsg_0.1.4.170-beta2-1ubuntu10.04_amd64.deb (tspsg_0.1.4.170-beta2-1ubuntu10.04_amd64.deb ( external link: SF.net): 940,820 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
940,820 octetos
MD5
6cfabc7680ce4ce82eb4fe7665c7b64d

Descripción del Proyecto

TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in 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 Branch and Bound method to solve a particular task.