NFDH algorithm
Dependencies:
Next-Fit Decreasing Height (NFDH) is an algorithm for 2D geometric bin packing and strip packing. It sorts items in decreasing order of height and packs them into 'shelves'. See section 1.5 in [bansal2009structural] for a complete description of the algorithm.
bansal2009structural
A structural lemma in 2-dimensional packing, and its implications on approximability.
In International Symposium on Algorithms and Computation 2009 Dec 16 (pp. 77-86). Springer, Berlin, Heidelberg.
A structural lemma in 2-dimensional packing, and its implications on approximability.
In International Symposium on Algorithms and Computation 2009 Dec 16 (pp. 77-86). Springer, Berlin, Heidelberg.
Dependency for:
- PTAS for 2D geometric density-restricted knapsack
- 2D BP: NFDH for items of small width
- 2D BP: NFDH for small items
- 2D BP: NFDH for items of small height
- 2D BP: NFDH(I) ≤ 4⌈rvol(I)⌉ + 1
- 2D SP: NFDH(I) < 2rvol(I) + hmax
- 2D SP: NFDH(I) < a(I)/(W-ε) + hmax for ε-small items
- NFDH: area of adjacent bins
Info:
- Depth: 2
- Number of transitive dependencies: 2