English

There is no APTAS for 2-dimensional vector bin packing: Revisited

Data Structures and Algorithms 2023-08-02 v4 Computational Complexity

Abstract

We study the Vector Bin Packing and the Vector Bin Covering problems, multidimensional generalizations of the Bin Packing and the Bin Covering problems, respectively. In the Vector Bin Packing, we are given a set of dd-dimensional vectors from [0,1]d[0,1]^d and the aim is to partition the set into the minimum number of bins such that for each bin BB, each component of the sum of the vectors in BB is at most 1. Woeginger [Woe97] claimed that the problem has no APTAS for dimensions greater than or equal to 2. We note that there was a slight oversight in the original proof. In this work, we give a revised proof using some additional ideas from [BCKS06,CC09]. In fact, we show that it is NP-hard to get an asymptotic approximation ratio better than 600599\frac{600}{599}. An instance of Vector Bin Packing is called δ\delta-skewed if every item has at most one dimension greater than δ\delta. As a natural extension of our general dd-Dimensional Vector Bin Packing result we show that for ε(0,12500)\varepsilon\in (0,\frac{1}{2500}) it is NP-hard to obtain a (1+ε)(1+\varepsilon)-approximation for δ\delta-Skewed Vector Bin Packing if δ>20ε\delta>20\sqrt \varepsilon. In the Vector Bin Covering problem given a set of dd-dimensional vectors from [0,1]d[0,1]^d, the aim is to obtain a family of disjoint subsets (called bins) with the maximum cardinality such that for each bin BB, each component of the sum of the vectors in BB is at least 1. Using ideas similar to our Vector Bin Packing result, we show that for Vector Bin Covering there is no APTAS for dimensions greater than or equal to 2. In fact, we show that it is NP-hard to get an asymptotic approximation ratio better than 998997\frac{998}{997}.

Cite

@article{arxiv.2104.13362,
  title  = {There is no APTAS for 2-dimensional vector bin packing: Revisited},
  author = {Arka Ray},
  journal= {arXiv preprint arXiv:2104.13362},
  year   = {2023}
}

Comments

10 pages; omitted proof can be found in the source; changes: improved presentation

R2 v1 2026-06-24T01:34:25.905Z