Modified integer round-up property for bin packing
Canonical statement
View source LaTeX
Given item sizes \(a_1,\ldots,a_n\in(0,1]\), let \(\mathcal P=\{P\subseteq\{1,\ldots,n\}:\sum_{i\in P}a_i\le1\}\). Let \(\operatorname{OPT}\) be the minimum number of patterns from \(\mathcal P\), with repetitions allowed, whose incidence vectors sum coordinatewise to at least \(\mathbf1\), and let
\[
\operatorname{OPT}_f=\min\left\{\sum_{P\in\mathcal P}x_P:x_P\ge0,\ \sum_{P\ni i}x_P\ge1\ (i=1,\ldots,n)\right\}.
\]
Then \(\operatorname{OPT}\le\lceil\operatorname{OPT}_f\rceil+1\).Notes
In one-dimensional bin packing, equivalently the cutting stock problem, is the minimum number of unit bins needed and is the optimum of the pattern-based linear programming relaxation. The modified integer round-up property conjecture asserts that : one never needs more than a single bin beyond the rounded-up fractional optimum. The modified form crystallized in the mid-1980s, after counterexamples ruled out the plain round-up property , and was studied in this shape by Scheithauer and Terno [ScheithauerTerno1995MIRUP].
The known additive gaps are remarkably small. Karmarkar and Karp gave a polynomial-time rounding scheme with polylogarithmic additive error [KarmarkarKarp1982BinPacking], and Hoberg and Rothvoss sharpened the integrality gap to [HobergRothvoss2017BinPacking]. In the other direction, no family of instances with an unbounded additive gap has ever been found.
The conjecture is open: a proof must replace the logarithmic additive term by the absolute constant , while a refutation would require an instance whose gap above is at least .
References (3)
- [ScheithauerTerno1995MIRUP]
The Modified Integer Round-Up Property of the One-Dimensional Cutting Stock Problem
Open ↗Scheithauer, Guntram and Terno, Johannes · 1995 · article
- [KarmarkarKarp1982BinPacking]
An Efficient Approximation Scheme for the One-Dimensional Bin-Packing Problem
Open ↗Karmarkar, Narendra and Karp, Richard M. · 1982 · inproceedings
- [HobergRothvoss2017BinPacking]
A Logarithmic Additive Integrality Gap for Bin Packing
Open ↗Hoberg, Rebecca and Rothvoss, Thomas · 2017 · inproceedings
The boxed statement is the canonical open formulation — not a stronger variant or a related research program. The status reflects the catalog's last review; do your own literature search before investing serious effort.