项目作者: Raffaello
项目描述 :
Symmetric TSP Solver
高级语言: C#
项目地址: git://github.com/Raffaello/STSP.git

Symmetric 2D Euclidean TSP Solver
STSP Solver.
This project solve STSP 2D Euclidean Coord at the global optimum.
NOTE: Educational project
Simmetric TSP Euclidean 2D
Language C#
Features:
- GUI
- Nearest Neighbour
- Cheapest Insertion
- 3opt
- Branch&Bound
- Alpha Nearness
- DFS Solver
- And more….