










Abstract:In this work, we study the Square Min-Sum Bin Packing Problem (SMSBPP), where a list of $n$ square items has to be packed into square bins of dimensions $1 \times 1$ with no overlap between the areas of the items. The bins are indexed (starting at one) and the cost of packing each item is equal to the index of the bin in which it is placed. The objective is to minimize the total cost of packing all items, which is equivalent to minimizing the average cost of items. The problem has applications in minimizing the average time of logistic operations such as cutting stock and delivery of products. We prove that classic algorithms for two-dimensional bin packing that order items in non-increasing order of size, such as Next Fit Decreasing Height or Any Fit Decreasing Height heuristics, can have an arbitrarily bad performance for SMSBPP. We, then, present an algorithm with an approximation ratio of $\sqrt{205}-12+\delta$ ($\approx 2.3178+\delta$), for any $\delta > 0$, and running time $O(n \log n)$. Finally, we also present a PTAS for the problem.
From: Rachel Vanucchi Saraiva [view email]
[v1]
Thu, 13 Jul 2023 14:33:42 UTC (56 KB)
[v2]
Thu, 3 Sep 2026 01:28:29 UTC (43 KB)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。