Max-Min and 1-Bounded Space Algorithms for the Bin Packing Problem
By: Hiroshi Fujiwara, Rina Atsumi, Hiroaki Yamamoto
Potential Business Impact:
Packs items into fewer boxes efficiently.
In the (1-dimensional) bin packing problem, we are asked to pack all the given items into bins, each of capacity one, so that the number of non-empty bins is minimized. Zhu~[Chaos, Solitons \& Fractals 2016] proposed an approximation algorithm $MM$ that sorts the item sequence in a non-increasing order by size at the beginning, and then repeatedly packs, into the current single open bin, first as many of the largest items in the remaining sequence as possible and then as many of the smallest items in the remaining sequence as possible. In this paper we prove that the asymptotic approximation ratio of $MM$ is at most 1.5. Next, focusing on the fact that $MM$ is at the intersection of two algorithm classes, max-min algorithms and 1-bounded space algorithms, we comprehensively analyze the theoretical performance bounds of each subclass derived from the two classes. Our results include a lower bound of 1.25 for the intersection of the two classes. Furthermore, we extend the theoretical analysis over algorithm classes to the cardinality constrained bin packing problem.
Similar Papers
Max-Min and 1-Bounded Space Algorithms for the Bin Packing Problem
Data Structures and Algorithms
Packs items into boxes using less space.
Max-Min and 1-Bounded Space Algorithms for the Bin Packing Problem
Data Structures and Algorithms
Packs items into fewer boxes.
Bin Packing and Covering: Pushing the Frontier on the Maximin Share Fairness
CS and Game Theory
Divides items fairly among people using math.