An open API service indexing awesome lists of open source software.

https://github.com/xololt-dev/effective-algorithms-1


https://github.com/xololt-dev/effective-algorithms-1

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Effective-algorithms-1

University assigment
Asymmetric traveling salesman problem (ATSP)

Algorithms:
- brute force
- dynamic programming
- branch and bound by [Kyubiso](https://github.com/Kyubiso)

Limitations:
- dynamic programming will work only for sub 32 matrices of data (int data type)

ATSP test files from:
http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/atsp/