1
I Use This!
Inactive
Analyzed about 24 hours ago. based on code collected about 24 hours ago.

Project Summary

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 Branch and Bound method to solve a particular task.

Tags

algorithms c++ education gpl gplv3 graph learning math mathematics maths open_source qt qt4 qt5 testing university

Badges

In a Nutshell, TSP Solver and Generator...

GNU General Public License v2.0 or later
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Sub-License

Hold Liable

Required

Distribute Original

Disclose Source

Include Copyright

State Changes

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    check out hot projects on the Open Hub

Languages

C++
64%
C
18%
HTML
11%
3 Other
7%

30 Day Summary

Apr 13 2024 — May 13 2024

12 Month Summary

May 13 2023 — May 13 2024

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!