Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 592 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 592 Bytes

tsp-solver

Quality Gate Status Lines of Code

TSP solver is for solving the specific case of the Travelling Salesman Problem - where we have to begin in the specific starting point and finish in it too, making the path circular. It uses the branch and cut algorithm with few modifications.