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

https://github.com/erykmika/atsp-pea

Traveling Salesman Problem
https://github.com/erykmika/atsp-pea

politechnikawroclawska pwr tsp tsp-problem university-coursework university-project

Last synced: 4 months ago
JSON representation

Traveling Salesman Problem

Awesome Lists containing this project

README

          

# PEA-PWr

## The Traveling Salesman Problem

Solutions using different methods are presented.
Rozwiązania przy wykorzystaniu różnych metod.

| **Branch** | **Project** |
|------------------- |------------------------------------|
| P1 | Brute-force method |
| P2 | Branch-and-bound method |
| P3 | Simulated Annealing & Tabu Search |
| P4 | Genetic Algorithm |