Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 585 Bytes

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