Warm tip: This article is reproduced from serverfault.com, please click

algorithm-多项式时间内的精确旅行商问题(TSP)解决方案?

(algorithm - Exact Traveling Salesman Problem (TSP) solution in polynomial time?)

发布于 2011-03-25 14:20:54

是否有一种算法可以在多项式时间内准确地解决(时间无关的)TSP 问题(没有启发式,节点不是空间中的点,成本是任意的)?

谢谢!

Questioner
user676884
Viewed
11
winwaed 2011-03-25 22:21:51

不,它被认为是 NP-Hard。

如果你找到了,告诉我(当然是秘密的),我们会一起致富:-)

我知道维基百科经常出错,但你可能会发现他们在 TSP 上的页面很有趣:

http://en.wikipedia.org/wiki/Travelling_salesman_problem