Menu

Tree [468fa8] master /
 History

HTTPS access


File Date Author Commit
 .tx 2014-01-08 Oleksii Serdiuk Oleksii Serdiuk [202ca9] Add Transifex config
 doc 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 help 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 l10n 2013-08-29 Oleksii Serdiuk Oleksii Serdiuk [2940c1] Relicensed TSP Solver and Generator under GPLv2...
 qtc_packaging 2014-08-20 Oleksii Serdiuk Oleksii Serdiuk [b4b4f8] Updated copyright endyear from 2013 to 2014
 resources 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 src 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [468fa8] Fix compilation errors when C++11 is enabled
 ui 2012-09-13 Oleksii Serdiuk Oleksii Serdiuk [87b8a2] Small tweaks to texts and translations update.
 .gitattributes 2012-07-10 Oleksii Serdiuk Oleksii Serdiuk [7ba743] Converted svn keywords into git export-subst at...
 .gitignore 2012-08-14 Oleksii Serdiuk Oleksii Serdiuk [36757e] Made 'doc' and 'help' make targets also work wi...
 .travis.yml 2013-09-03 Oleksii Serdiuk Oleksii Serdiuk [af4b6d] Added Travis CI configuration.
 COPYING 2013-08-29 Oleksii Serdiuk Oleksii Serdiuk [2940c1] Relicensed TSP Solver and Generator under GPLv2...
 ChangeLog.md 2013-11-02 Oleksii Serdiuk Oleksii Serdiuk [2aeaea] Added formatting to README, INSTALL and ChangeL...
 Doxyfile 2013-09-03 Oleksii Serdiuk Oleksii Serdiuk [280cfd] Cleared DOT_FONTNAME value in Doxyfile accrodin...
 INSTALL.md 2013-11-02 Oleksii Serdiuk Oleksii Serdiuk [2aeaea] Added formatting to README, INSTALL and ChangeL...
 README.md 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 bar-descriptor.xml 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 install.pri 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 tspsg.pri 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 tspsg.pro 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years
 version.pri 2016-03-27 Oleksii Serdiuk Oleksii Serdiuk [b9167c] Update copyright years

Read Me

TSP Solver and Generator

Copyright (C) 2007-2016 Oleksii Serdiuk.

About TSPSG

TSP Solver and Generator 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.

You can check the Installation Guide or read the
ChangeLog to see what's new (updated only on releases).

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.

Credits

I'd like to give credits to the following projects which were used in
the creation of TSP Solver and Generator:

  • TSPSG was created using Qt framework licensed under the terms of
    GNU Lesser General Public License,
    see http://qt-project.org/.

  • Most icons used in TSPSG are part of Oxygen Icons project
    licensed under the terms of GNU Lesser General Public License,
    see http://www.oxygen-icons.org/.

  • Country flag icons used in TSPSG are part of Flag Icons by
    GoSquared licensed under the terms of MIT License,
    see https://www.gosquared.com/.

  • TSPSG comes with the default "embedded" font DejaVu LGC Sans
    Mono
    from the DejaVu fonts licensed under Free license,
    see http://dejavu-fonts.org/.

Build Status

Buld status of the master branch:
* Travis CI Build Status
* BuildHive Build Status

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.