多选背包

发布于 2024-12-08 20:44:41 字数 150 浏览 0 评论 0原文

因此,标准的多项选择背包问题允许从每个类别中选择 1 个项目来创建最佳背包。但是,我该如何修改此算法以允许选择 0 或 1 个项目呢?即不需要从每个类别中选择一个项目来获得最佳解决方案,但最多可以从一个类别中选择1个项目。是不是同样的算法不允许从类中选择任何项目?

谢谢

So the standard multiple choice knapsack problem allows 1 item to be chosen from each class to create an optimal knapsack. However, how would I go about modifying this algorithm to allow 0 or 1 items to be chosen? i.e. an item doesn't need to be chosen from each class for the optimal solution, but at most 1 item can be chosen from a class. Is it just the same algorithm allowing no item to be chosen from a class?

thanks

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

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

发布评论

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

评论(1

把人绕傻吧 2024-12-15 20:44:41

只需通过向每个类别添加一个零利润/零权重选择来修改您的原始问题集即可。

Just modify your original problem set by adding one zero-profit/zero-weight choice to each class.

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