Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 219 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 219 Bytes

TravelingSalesmanProblem

C# multithread program to solve TSP by evolutionary calculating

using rules:

  • download the SalesManTour sln-file and folder
  • open them in Visual Studio
  • compile the solution and run it