An APTAS for Bin Packing with Clique-graph Conflicts
Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

TL;DR
This paper presents an asymptotic polynomial time approximation scheme (APTAS) for the bin packing problem with clique-graph conflicts, achieving near-optimal solutions in polynomial time.
Contribution
It introduces a novel Shift & Swap technique and extends linear shifting methods to handle conflicts, improving the approximation ratio from 2 to near-optimal.
Findings
Developed an APTAS with ratio (1+ε) for the problem.
Applied a new Shift & Swap technique for conflict scenarios.
Combined enumeration and greedy methods for small item packing.
Abstract
We study the following variant of the classic {\em bin packing} problem. Given a set of items of various sizes, partitioned into groups, find a packing of the items in a minimum number of identical (unit-size) bins, such that no two items of the same group are assigned to the same bin. This problem, known as {\em bin packing with clique-graph conflicts}, has natural applications in storing file replicas, security in cloud computing and signal distribution. Our main result is an {\em asymptotic polynomial time approximation scheme (APTAS)} for the problem, improving upon the best known ratio of . %In particular, for any instance and a fixed , the items are packed in at most bins, where is the minimum number of bins required for packing the instance. As a key tool, we apply a novel {\em Shift \& Swap} technique which generalizes the…
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 Packing Problems · Complexity and Algorithms in Graphs · Optimization and Search Problems
