Introducing an approach based on an advanced hybrid model for the two-dimensional bin packing problem
Introducing an approach based on an advanced hybrid model for the two-dimensional bin packing problem
- Conference Article
10
- 10.1145/3520304.3533986
- Jul 9, 2022
Optimization problems is one of the most challenging applications of quantum computers, as well as one of the most relevants. As a consequence, it has attracted huge efforts to obtain a speedup over classical algorithms using quantum resources. Up to now, many problems of different nature have been addressed through the perspective of this revolutionary computation paradigm, but there are still many open questions. In this work, a hybrid classical-quantum approach is presented for dealing with the one-dimensional Bin Packing Problem (1dBPP). The algorithm comprises two modules, each one designed for being executed in different computational ecosystems. First, a quantum subroutine seeks a set of feasible bin configurations of the problem at hand. Secondly, a classical computation subroutine builds complete solutions to the problem from the subsets given by the quantum subroutine. Being a hybrid solver, we have called our method H-BPP. To test our algorithm, we have built 18 different 1dBPP instances as a benchmarking set, in which we analyse the fitness, the number of solutions and the performance of the QC subroutine. Based on these figures of merit we verify that H-BPP is a valid technique to address the 1dBPP.
- Conference Article
- 10.1145/3638529.3654074
- Jul 14, 2024
A Differential Pheromone Grouping Ant Colony Optimization Algorithm for the 1-D Bin Packing Problem
- Research Article
3
- 10.1016/j.endm.2010.05.113
- Jul 17, 2010
- Electronic Notes in Discrete Mathematics
A Computational Study of Lower Bounds for the Two Dimensional Bin Packing Problem
- Book Chapter
5
- 10.1007/978-3-642-28490-8_34
- Jan 1, 2012
In this paper, we propose a global optimization method based on DC (Difference of Convex functions) programming and DCA (DC Algorithm) involving cutting plane techniques for solving two-dimensional Bin packing and Strip packing problems. Given a set of rectangular items, we consider problems of allocating each item to larger rectangular standardized units. In two-dimensional bin packing problem, these units are finite rectangles, and the objective is to pack all the items into the minimum number of units. In two-dimensional strip packing problem, there is a single standardized unit of given width, and the objective is to pack all the items within the minimum height. These problems are characterized as BLP (Binary Linear Programming) problems. Thanks to exact penalty technique in DC Programming, the BLP can be reformulated as polyhedral DC program which can be efficiently solved via the proposed DC programming approach. Computational experiments on large-scale dataset involving up to 200 items show the good performance of our algorithm.KeywordsTwo-dimensional packingBin packingStrip packingBLPDC ProgrammingDCACutting plane techniques
- Research Article
6
- 10.1016/j.cor.2023.106398
- Aug 21, 2023
- Computers & Operations Research
Heuristics for the two-dimensional irregular bin packing problem with limited rotations
- Research Article
45
- 10.1007/s10479-013-1341-4
- Feb 28, 2013
- Annals of Operations Research
This paper proposes an adaptation, to the two-dimensional irregular bin packing problem of the Djang and Finch heuristic (DJD), originally designed for the one-dimensional bin packing problem. In the two-dimensional case, not only is it the case that the piece’s size is important but its shape also has a significant influence. Therefore, DJD as a selection heuristic has to be paired with a placement heuristic to completely construct a solution to the underlying packing problem. A successful adaptation of the DJD requires a routine to reduce computational costs, which is also proposed and successfully tested in this paper. Results, on a wide variety of instance types with convex polygons, are found to be significantly better than those produced by more conventional selection heuristics.
- Conference Article
1
- 10.1109/icisce.2017.102
- Jul 1, 2017
Two-dimensional bin packing problem (2BPP) is a classical problem in operations research and has been extensively investigated in the past years. The 2BPP can be classified according to choices of the orientation (fixed orientation or 90 degrees rotated) and the cut type (guillotine or non-guillotine cut). Many mathematical models and solution methods have been proposed for the problem. However, due to the difficulty in representing constraints, no exact mathematical model is presented for the two-dimensional non-guillotine bin packing problem with free rotation (2BPP-NR). In this paper, we present two Mixed-integer programming (MIP) models for the 2BPP-NR. Computational experiments are conducted on random problem instances and comparative analyses of the proposed models are presents. Results show the Model II outperforms the Model I in both number of constraints and computational time.
- Research Article
4
- 10.1016/j.ejor.2021.08.037
- Aug 28, 2021
- European Journal of Operational Research
A lookahead matheuristic for the unweighed variable-sized two-dimensional bin packing problem
- Research Article
2
- 10.5267/j.ijiec.2022.8.001
- Jan 1, 2022
- International Journal of Industrial Engineering Computations
In this paper, we present a two-dimensional irregular bin packing problem (2DIBPP) that takes into account the slit distance and allows the pieces to rotate freely. The target is to arrange a specified collection of pieces with irregular shapes into a minimal number of bins. Firstly, we develop a mathematical model for the 2DIBPP that considers slit distance and free rotation of the pieces, and an equidistant edge expansion approach is then proposed to handle the slit distance. Secondly, a two-stage method is implemented to get a finite collection of promising rotation angles, effectively decreasing the search neighbourhood. Thirdly, we decompose the 2DIBPP into two sub-problems: piece assignment and packing. The Partial Bin Packing (PBP) strategy is employed in the allocation stage, and we adopt an overlap minimization method to pack the pieces into an individual bin. Finally, we use a local search (LS) algorithm to advance the quality of the solutions by adjusting the piece assignment across bins. Experimental evidence exhibits that our approach is competitive in most instances of the literature, with four better results in five benchmark instances.
- Research Article
31
- 10.1016/j.ejor.2012.08.005
- Aug 17, 2012
- European Journal of Operational Research
A goal-driven approach to the 2D bin packing and variable-sized bin packing problems
- Research Article
35
- 10.1016/j.ejor.2017.10.046
- Oct 31, 2017
- European Journal of Operational Research
A hybrid feasibility constraints-guided search to the two-dimensional bin packing problem with due dates
- Research Article
20
- 10.1016/j.tcs.2010.04.021
- Apr 16, 2010
- Theoretical Computer Science
Two-dimensional online bin packing with rotation
- Research Article
28
- 10.1287/ijoc.2020.1014
- Jan 25, 2021
- INFORMS Journal on Computing
The two-dimensional bin packing problem calls for packing a set of rectangular items into a minimal set of larger rectangular bins. Items must be packed with their edges parallel to the borders of the bins, cannot be rotated, and cannot overlap among them. The problem is of interest because it models many real-world applications, including production, warehouse management, and transportation. It is, unfortunately, very difficult, and instances with just 40 items are unsolved to proven optimality, despite many attempts, since the 1990s. In this paper, we solve the problem with a combinatorial Benders decomposition that is based on a simple model in which the two-dimensional items and bins are just represented by their areas, and infeasible packings are imposed by means of exponentially many no-good cuts. The basic decomposition scheme is quite naive, but we enrich it with a number of preprocessing techniques, valid inequalities, lower bounding methods, and enhanced algorithms to produce the strongest possible cuts. The resulting algorithm behaved very well on the benchmark sets of instances, improving on average on previous algorithms from the literature and solving for the first time a number of open instances. Summary of Contribution: We address the two-dimensional bin packing problem (2D-BPP), which calls for packing a set of rectangular items into a minimal set of larger rectangular bins. The 2D-BPP is a very difficult generalization of the standard one-dimensional bin packing problem, and it has been widely studied in the past because it models many real-world applications, including production, warehouse management, and transportation. We solve the 2D-BPP with a combinatorial Benders decomposition that is based on a model in which the two-dimensional items and bins are represented by their areas, and infeasible packings are imposed by means of exponentially many no-good cuts. The basic decomposition scheme is quite naive, but it is enriched with a number of preprocessing techniques, valid inequalities, lower bounding methods, and enhanced algorithms to produce the strongest possible cuts. The algorithm we developed has been extensively tested on the most well-known benchmark set from the literature, which contains 500 instances. It behaved very well, improving on average upon previous algorithms, and solving for the first time a number of open instances. We analyzed in detail several configurations before obtaining the best one and discussed several insights from this analysis in the manuscript.
- Research Article
44
- 10.1016/j.ejor.2007.10.020
- Feb 1, 2009
- European Journal of Operational Research
An agent-based approach to the two-dimensional guillotine bin packing problem
- Research Article
2
- 10.1016/j.cor.2023.106476
- Nov 14, 2023
- Computers & Operations Research
An iteratively doubling binary search for the two-dimensional irregular multiple-size bin packing problem raised in the steel industry
- Research Article
15
- 10.1016/j.cor.2021.105550
- Sep 8, 2021
- Computers & Operations Research
An iteratively doubling local search for the two-dimensional irregular bin packing problem with limited rotations
- Book Chapter
42
- 10.1007/978-3-642-03685-9_14
- Jan 1, 2009
We consider the two-dimensional bin packing and strip packing problem, where a list of rectangles has to be packed into a minimal number of rectangular bins or a strip of minimal height, respectively. All packings have to be non-overlapping and orthogonal, i.e., axis-parallel. Our algorithm for strip packing has an absolute approximation ratio of 1.9396 and is the first algorithm to break the approximation ratio of 2 which was established more than a decade ago. Moreover, we present a polynomial time approximation scheme ($\mathcal{PTAS}$) for strip packing where rotations by 90 degrees are permitted and an algorithm for two-dimensional bin packing with an absolute worst-case ratio of 2, which is optimal provided $\mathcal{P} \not= \mathcal{NP}$.
- Research Article
2
- 10.21833/aeee.2019.11.002
- Nov 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2020.04.001
- Apr 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2020.04.002
- Apr 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2020.03.001
- Mar 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2020.03.002
- Mar 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2020.02.001
- Feb 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2020.02.002
- Feb 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
1
- 10.21833/aeee.2020.01.001
- Jan 1, 2020
- Annals of Electrical and Electronic Engineering
- Research Article
- 10.21833/aeee.2019.12.002
- Dec 1, 2019
- Annals of Electrical and Electronic Engineering
- Research Article
1
- 10.21833/aeee.2019.12.001
- Dec 1, 2019
- Annals of Electrical and Electronic Engineering
- Ask R Discovery
- Chat PDF
AI summaries and top papers from 250M+ research sources.