Improving Online Bin Covering with Little Advice
By: Andrej Brodnik, Bengt J. Nilsson, Gordana Vujović
Potential Business Impact:
Packs more items into fewer bins.
The online bin covering problem is: given an input sequence of items find a placement of the items in the maximum number of bins such that the sum of the items' sizes in each bin is at least~1. Boyar~{\em et~al}.\@~\cite{boyar2021} present a strategy that with $O(\log \log n)$ bits of advice, where $n$ is the length of the input sequence, achieves a competitive ratio of $8/15\approx0.5333\ldots$. We show that with a strengthened analysis and some minor improvements, the same strategy achieves the significantly improved competitive ratio of~$135/242\approx0.5578\ldots$, still using $O(\log \log n)$ bits of advice.
Similar Papers
Online Bin Packing with Item Size Estimates
Data Structures and Algorithms
Helps pack boxes better with size guesses.
Green Bin Packing
Data Structures and Algorithms
Saves energy by packing computer servers smarter.
Max-Min and 1-Bounded Space Algorithms for the Bin Packing Problem
Data Structures and Algorithms
Packs items into boxes using less space.