Tool Download

TSP-Solver-and-Generator

Generate & solve Travelling Salesman Problems

Tool Name:

TSP-Solver-and-Generator

Tool Version: 0.1.4.170-beta2

Tool Type: Freeware

Tool Cost In: 0 US$

Tool Target Platform:

Tool OS Support: Linux,Linux GPL,Linux Open Source,Pocket PC,Symbian,Win2000,Win7 x32,Win7 x64,WinMobile,WinVista,WinVista x64,WinXP

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
TSP Solver and Generator is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs.

Long Description 1:
TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. 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. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs.

Long Description 2:
TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses 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 Branch and Bound method to solve a particular task.