Optimal Algorithms for Two-Dimensional Box Placement Problems
暂无分享,去创建一个
The two-dimensional box placement problem involves finding a position to place a rectangular box into a container given n rectangular boxes that have already been placed. It commonly arises as a subproblem in many algorithms for cutting stock and packing problems. We develop an asymptotically optimal approach for finding the bottom-leftmost feasible position, and modify it to find all normal feasible positions (which is also asymptotically optimal). Our approach relies on augmented versions of the segment tree data structure, and is simpler and more practicable than the best existing approach. Furthermore, it does not require that the placed boxes are interior-disjoint.
[1] Patrick Healy,et al. An optimal algorithm for rectangle placement , 1999, Oper. Res. Lett..
[2] Derick Wood. The Contour Problem for Rectilinear Polygons , 1984, Inf. Process. Lett..
[3] Mark de Berg,et al. Computational geometry: algorithms and applications , 1997 .