通过消除负循环找到最低成本循环

发布于 2024-10-27 02:26:17 字数 132 浏览 0 评论 0原文

我想通过取消负循环来解决图的最小成本流问题。 Goldberg 和 Tarjan 在 1989 年发表了一篇以此为标题的论文,但我无法找到原始版本或任何可能解释相同算法的最新衍生作品。

有人有描述该算法的文档或实现该算法的任何代码吗?

I'd like to solve the min-cost flow problem for graphs by cancelling negative cycles. Goldberg and Tarjan published a paper with this title in 1989 but I am unable to track down either a copy of the original or any more recent derived works that might explain the same algorithm.

Does anyone have a document that describes this algorithm or any code that implements it?

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

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

发布评论

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

评论(2

凤舞天涯 2024-11-03 02:26:17

您可以在 LEMON C++ 库中找到循环取消算法以及其他最小成本流最小化器的代码:

http://lemon.cs.elte.hu/trac/lemon

You can find code for the Cycle-Canceling algorithm as well as other min-cost flow minimizers in the LEMON C++ library:

http://lemon.cs.elte.hu/trac/lemon

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