Introduction - If you have any usage issues, please Google them yourself
TSP is a typical NP complete problem, and its worst-case time complexity increases exponentially as the problem size increases. So far, no polynomial time efficient algorithm has been found.