Skip to content

tuananohut/traveling-salesperson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

traveling-salesperson

Visualizing travel salesman problem in C++ with SFML.

https://youtu.be/nqyQTMZwQA8

How to build it?

Visual Studio 17 2022 and CMake version 3.8 required

git clone https://github.com/tuananohut/traveling-salesperson.git

mkdir build

cd build

cmake ..

Open build->TravelingSalesperson.sln and run the project. If you encounter a DLL error, copy the .dll files from Dependencies->bin and paste them into the directory build->Debug.

References

https://www.youtube.com/watch?v=BAejnwN4Ccw

https://en.wikipedia.org/wiki/Travelling_salesman_problem