在矩形区域内有效放置可变大小的矩形

发布于 2024-10-05 01:43:46 字数 100 浏览 1 评论 0原文

在我看来,这可能是背包问题的一个版本:我有一个不同大小的矩形列表,我想将其放置在一个字段中,而不重叠或分组相似的大小。

从背包方向开始看是否正确?

谢谢。

This seems to me like it may be a version of the knapsack problem: I have a list of rectangles of varying sizes that I want to place within a field without overlapping or grouping similar sizes.

Would it be correct to start looking in the knapsack direction?

Thanks.

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

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

发布评论

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

评论(2

今天小雨转甜 2024-10-12 01:43:46

是的,这与背包问题类似 - 它更困难,因为你必须处理二维,而不仅仅是一维 - 但在寻找背包问题时,你就走在正确的道路上。

yes, thats some the same kind of problem like the knapsack-problem - it's more difficult because you have to take care of 2 dimensions, not just one - but with looking for the knapsack-problem, you're on the right way.

神回复 2024-10-12 01:43:46

它至少和背包一样难,因为可以通过使字段和矩形固定宽度(宽度小于任何矩形的最小长度)来解决背包问题。

It is at least as hard as knapsack because it a knapsack problem can be solved using it by making the field and rectangles fixed width (a width smaller than the smallest length of any rectangle).

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