Skip to content

Raffaello/STSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

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....