An Asymptotically Optimal Algorithm for Online Stacking
Martin Olsen, Allan Gross

TL;DR
This paper introduces a simple online algorithm for the storage stacking problem that asymptotically minimizes the maximum number of stacks used, with proven optimality as the number of items grows, applicable in real-world logistics.
Contribution
The paper presents the first asymptotically optimal polynomial-time online algorithm for the online stacking problem under stochastic assumptions.
Findings
Competitive ratio converges to 1 in probability.
Algorithm performs well with stack capacity o(√n).
Experimental results support practical relevance.
Abstract
Consider a storage area where arriving items are stored temporarily in bounded capacity stacks until their departure. We look into the problem of deciding where to put an arriving item with the objective of minimizing the maximum number of stacks used over time. The decision has to be made as soon as an item arrives, and we assume that we only have information on the departure times for the arriving item and the items currently at the storage area. We are only allowed to put an item on top of another item if the item below departs at a later time. We refer to this problem as online stacking. We assume that the storage time intervals are picked i.i.d. from using an unknown distribution with a bounded probability density function. Under this mild condition, we present a simple polynomial time online algorithm and show that the competitive ratio converges to in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Manufacturing and Logistics Optimization · Facility Location and Emergency Management
