使用旅行商求解器来确定哈密顿路径

发布于 2024-07-24 03:35:03 字数 1431 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北斗星光 2024-07-31 03:35:03

不知道你是否已经得到了这个问题的答案。 一个简单的技巧是添加一个与所有其他点距离为零的虚拟点。 解决 TSP 并消除虚拟点 - 剩下的就是哈密顿路径。 简单的 !

Don't know if you ever got an answer to this. The simple trick is to add one dummy point that has a distance of zero to all your other points. Solve the TSP and get rid of the dummy point - what remains is the Hamiltonian Path. Simple !

小嗷兮 2024-07-31 03:35:03

两者都是 NP 完全问题,因此根据定义,您可以转换输入并使用相同的算法;-)

但基本思想应该可行。 当然,您可能需要更改新路径的生成和成功标准。

编辑:
顺便提一句:
有一个关于随机算法的建议:
http://en.wikipedia.org/wiki/Hamiltonian_path_problem

Both are NP complete problems, so by definition you can convert the input and use the same algorithm ;-)

But the basic idea should work. Of course you may need to change the generation of new paths and the success criteria.

EDIT:
BTW:
There is a suggestion for a randomized algorithm:
http://en.wikipedia.org/wiki/Hamiltonian_path_problem

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文