The TSP Cup was a programming competition among students of computer science and engineering at Mangabeira Institute of Technology. The competition aimed to implement solutions to the traveling salesman problem. Thus, given the test instances, the participants had to develop code that returned the best results for the problem.
Through this code that I developed with the collaboration of Gabriel PatrΓcio, we were the winners of the I tsp cup.
g++ -o tsp main.cpp tsp.cpp
./tsp
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a βοΈ if this project helped you!
Copyright Β© 2020 Marismar da Costa Silva.
This project is MIT licensed.