Skip to content

This program finds solution to the TSP problem by calculating all possible routes among N nodes. Utilizes factorial representation of thread number to compute all possible permutations. Final result is printed in command line

Notifications You must be signed in to change notification settings

ichrysou/tsp-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tsp-cuda: Travelling Salesman Problem solution using CUDA

This program finds solution to the TSP problem by calculating all possible routes among N nodes. Utilizes factorial representation of thread number to compute all possible permutations. Final result is printed in command line Bruteforce implementation on CUDA framework of NVIDIA GPUs.

About

This program finds solution to the TSP problem by calculating all possible routes among N nodes. Utilizes factorial representation of thread number to compute all possible permutations. Final result is printed in command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published