Oblivious Stacking and MAX $k$-CUT for Circle Graphs
Martin Olsen

TL;DR
This paper introduces a simple online oblivious stacking algorithm for conflicting items in logistics, demonstrating surprisingly low conflict risk and connecting the problem to MAX k-CUT for circle graphs.
Contribution
It presents an oblivious online stacking algorithm with a low conflict risk of order 1/k^2, and relates the problem to MAX k-CUT in circle graphs, showing they have large k-cuts on average.
Findings
Conflict risk is of order 1/k^2 under mild assumptions.
The algorithm's conflict risk is much lower than the naive 1/k.
Circle graphs tend to have large k-cuts relative to edges.
Abstract
Stacking is an important process within logistics. Some notable examples of items to be stacked are steel bars or steel plates in a steel yard or containers in a container terminal or on a ship. We say that two items are conflicting if their storage time intervals overlap in which case one of the items needs to be rehandled if the items are stored at the same LIFO storage location. We consider the problem of stacking items using LIFO locations with a minimum number of conflicts between items sharing a location. We present an extremely simple online stacking algorithm that is oblivious to the storage time intervals and storage locations of all other items when it picks a storage location for an item. The risk of assigning the same storage location to two conflicting items is proved to be of the order under mild assumptions on the distribution of the storage time intervals for…
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 · Facility Location and Emergency Management · Optimization and Packing Problems
