如何在多项式时间内进行集合划分?

发布于 2024-12-25 13:35:02 字数 127 浏览 1 评论 0原文

我刚刚读到有关在多项式时间内解决集分区一半的可能性。但我找不到算法来做到这一点。

我有两个问题:

  1. 我在哪里可以获得该算法?
  2. NP问题怎么可能在多项式时间内解决呢?

I've just read about possibility to solve set partition to half in polynomial time. But I could not find algorithm to do it.

I have two questions:

  1. Where I can get that algorithm?
  2. How is it possible that NP problem can be solved in polynomial time?

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

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

发布评论

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

评论(2

懵少女 2025-01-01 13:35:02

您应该提及您到底在哪里读到的。您可能偶然发现了多项式近似算法,或伪多项式精确算法(动态规划伪多项式解决方案存在),但绝对不是一个多项式的精确算法 - 因为分区问题是一个 NP 问题,并且没有多项式算法可以解决它,除非P=NP。

You should mention where exactly did you read that. It's possible that you stumbled upon a polynomial approximation algorithm, or a pseudo-polynomial exact algorithm (a dynamic programming pseudo-polynomial solution exists), but definitely not a polynomial, exact algorithm - since the partition problem is an NP problem, and no polynomial algorithm can solve it, unless P=NP.

葮薆情 2025-01-01 13:35:02

你不能,它是 NP 完全问题,到目前为止还没有办法在 P 时间内解决 NP 完全问题。

You cannot, it's NP-complete and thus far there is no way to solve an NP-complete problem in P time.

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