Packing in Two and Three Dimensions

Total Page:16

File Type:pdf, Size:1020Kb

Packing in Two and Three Dimensions View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Calhoun, Institutional Archive of the Naval Postgraduate School Calhoun: The NPS Institutional Archive Theses and Dissertations Thesis Collection 2003-06 Packing in two and three dimensions Martins, Gustavo H. A. http://hdl.handle.net/10945/9859 NAVAL POSTGRADUATE SCHOOL Monterey, California DISSERTATION PACKING IN TWO AND THREE DIMENSIONS by Gustavo H. A. Martins June 2003 Dissertation Supervisor: Robert F. Dell Approved for public release; distribution is unlimited THIS PAGE INTENTIONALLY LEFT BLANK REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instruction, searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to Washington headquarters Services, Directorate for Information Operations and Reports, 1215 Jefferson Davis Highway, Suite 1204, Arlington, VA 22202-4302, and to the Office of Management and Budget, Paperwork Reduction Project (0704-0188) Washington DC 20503. 1. AGENCY USE ONLY (Leave blank) 2. REPORT DATE 3. REPORT TYPE AND DATES COVERED June 2003 Dissertation 4. TITLE AND SUBTITLE: Title (Mix case letters) 5. FUNDING NUMBERS Packing in Two and Three Dimensions 6. AUTHOR(S) Martins, Gustavo H. A. 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) 8. PERFORMING Naval Postgraduate School ORGANIZATION REPORT Monterey, CA 93943-5000 NUMBER 9. SPONSORING / MONITORING AGENCY NAME(S) AND ADDRESS(ES) 10. SPONSORING / MONITORING N/A AGENCY REPORT NUMBER 11. SUPPLEMENTARY NOTES The views expressed in this thesis are those of the author and do not reflect the official policy or position of the Department of Defense or the U.S. Government. 12a. DISTRIBUTION / AVAILABILITY STATEMENT 12b. DISTRIBUTION CODE Approved for public release; distribution is unlimited. 13. ABSTRACT (maximum 200 words) This dissertation investigates Multidimensional Packing Problems (MD-PPs): the Pallet Loading Problem (PLP), the Multidimensional Knapsack Problem (MD-KP), and the Multidimensional Bin Packing Problem (MD-BPP). In these problems, there is a set of items, with rectangular dimensions, and a set of large containers, or bins, also with rectangular dimensions. Items cannot overlap (share the same region in space), and, when packed, must be completely located within the bin. We develop new theory for PLP, and apply it to the construction of new bounds, heuristics, and an exact algorithm. The bounds verify that the heuristics optimally solve 99.999% of PLP instances with up to 100 items; in the instances that the heuristics fail to solve optimally, their best solution differs from the optimum by only one item. Using our new PLP theory, we implement algorithms to solve orthogonal non-guillotine MD-KP instances and are the first to obtain exact solutions for some instances from the literature. Using these MD-KP algorithms, we develop the first exact algorithm for the orthogonal non- guillotine MD-BPP and are the first to obtain exact solutions to several instances from the literature. 14. SUBJECT TERMS 15. NUMBER OF PAGES 176 Optimization, Combinatorics, Multidimensional Bin Packing Problem, Multidimensional Knapsack Problem, Pallet Loading Problem, Container Loading Problem, Cutting Stock. 16. PRICE CODE 17. SECURITY 18. SECURITY 19. SECURITY 20. LIMITATION CLASSIFICATION OF CLASSIFICATION OF THIS CLASSIFICATION OF OF ABSTRACT REPORT PAGE ABSTRACT Unclassified Unclassified Unclassified UL NSN 7540-01-280-5500 Standard Form 298 (Rev. 2-89) Prescribed by ANSI Std. 239-18 i THIS PAGE INTENTIONALLY LEFT BLANK ii Approved for public release; distribution is unlimited PACKING IN TWO AND THREE DIMENSIONS Gustavo H. A. Martins Commander, Brazilian Navy B.S., Escola Naval - Brazil, 1980 M.S., Naval Postgraduate School, 1993 Submitted in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY IN OPERATIONS RESEARCH from the NAVAL POSTGRADUATE SCHOOL June 2003 Author: __________________________________________________ Gustavo H. A. Martins Approved by: ______________________ Robert F. Dell Associate Professor of Operations Research Dissertation Supervisor ______________________ _______________________ Gerald G. Brown Craig W. Rasmussen Distinguished Professor of Associate Professor of Mathematics Operations Research ______________________ ______________________ Alan R. Washburn R. Kevin Wood Professor of Operations Research Professor of Operations Research Approved by: __________________________________________________ James N. Eagle, Chair, Department of Operations Research Approved by: __________________________________________________ Carson K. Eoyang, Associate Provost for Academic Affairs iii THIS PAGE INTENTIONALLY LEFT BLANK iv ABSTRACT This dissertation investigates Multidimensional Packing Problems (MD-PPs): the Pallet Loading Problem (PLP), the Multidimensional Knapsack Problem (MD-KP), and the Multidimensional Bin Packing Problem (MD-BPP). In these problems, there is a set of items, with rectangular dimensions, and a set of large containers, or bins, also with rectangular dimensions. Items cannot overlap (share the same region in space), and, when packed, must be completely located within the bin. We develop new theory for PLP, and apply it to the construction of new bounds, heuristics, and an exact algorithm. The bounds verify that the heuristics optimally solve 99.999% of PLP instances with up to 100 items; in the instances that the heuristics fail to solve optimally, their best solution differs from the optimum by only one item. Using our new PLP theory, we implement algorithms to solve orthogonal non-guillotine MD-KP instances and are the first to obtain exact solutions for some instances from the literature. Using these MD-KP algorithms, we develop the first exact algorithm for the orthogonal non-guillotine MD-BPP and are the first to obtain exact solutions to several instances from the literature. v THIS PAGE INTENTIONALLY LEFT BLANK vi EXECUTIVE SUMMARY This dissertation investigates Multidimensional Packing Problems (MD-PPs): the Pallet Loading Problem (PLP), the Multidimensional Knapsack Problem (MD-KP), and the Multidimensional Bin Packing Problem (MD-BPP). In these problems, there is a set of items, with rectangular dimensions, and a set of large containers, or bins, also with rectangular dimensions. Items cannot overlap (share the same region in space), and, when packed, must be completely located within the bin. In some cases, we want to maximize the value of items packed in a single bin (PLP and MD-KP). In others, we want to minimize the number of bins used to pack all items (MD-BPP). MD-PPs arise when preparing a shipment of goods in rectangular boxes inside rectangular containers, or cutting smaller pieces from a larger stock (also known as the One-, Two-, or Three-Dimensional Cutting Stock Problem); allocating resources over time; planning the layout of newspaper pages; designing new computer chips; assigning processors in parallel computers; and many others. MD-PPs arise in the obvious military logistic applications and in others, e.g., campaign planning, where forces available and time are the two dimensions involved. Most MD-PPs are known to be NP-complete and the related literature is rich in heuristics and approximation algorithms. There are efficient algorithms that yield optimal solutions for special cases of the general problem. The complexity of some of these special cases is still unknown. In this dissertation, we implement new techniques, both exact and heuristic, to solve instances of PLP, MD-KP and MD-BPP. These techniques are based primarily on new theory developed for PLP. Initially, we analyze the effect of restricting rotation and the effects of other common pattern restrictions on the number of bins required to solve instances of Two- Dimensional Bin Packing Problems (2D-BPP). We define the Minimum Size Instance (MSI) of an equivalence class of PLP, and show that every class has one and only one MSI. We also develop bounds on the dimensions of item and pallet in the MSI of a class, and show that a bound used for almost 15 years is incorrect. Applying the newly developed bounds on the MSI dimensions, we enumerate all 3,080,730 equivalence vii classes with an area ratio (AR) bound no greater than 100 boxes. Previous work in this area considered only a subset of these classes. We also present new bounding procedures for PLP. Some of these bounds rely on new relations among distinct equivalence classes of PLP (restricted and relaxed classes). We develop new heuristics for PLP. The G5-heuristic computes optimal solutions to all instances of PLP with an AR bound of up to 51 boxes, and 99.999% of all possible instances with an AR bound of up to 100 boxes, differing from the optimum solution by at most one box in the 0.001% remaining instances. We develop three other heuristics to solve some instances not solved by the G5-heuristic or by heuristics from the literature. After applying the new bounding procedures and heuristics, 6,952 equivalence classes of PLP with an AR bound of up to 100 boxes remain without a proven optimal solution. We develop an exact algorithm, the HVZ algorithm, to solve these remaining instances. With this
Recommended publications
  • Generating Single and Multiple Cooperative Heuristics for the One Dimensional Bin Packing Problem Using a Single Node Genetic Programming Island Model
    Generating Single and Multiple Cooperative Heuristics for the One Dimensional Bin Packing Problem Using a Single Node Genetic Programming Island Model Kevin Sim Emma Hart Institute for Informatics and Digital Innovation Institute for Informatics and Digital Innovation Edinburgh Napier University Edinburgh Napier University Edinburgh, Scotland, UK Edinburgh, Scotland, UK [email protected] [email protected] ABSTRACT exhibit superior performance than similar human designed Novel deterministic heuristics are generated using Single Node heuristics and can be used to produce collections of heuris- Genetic Programming for application to the One Dimen- tics that collectively maximise the potential of selective HH. sional Bin Packing Problem. First a single deterministic The papers contribution is two fold. Single heuristics ca- heuristic was evolved that minimised the total number of pable of outperforming a range of well researched deter- bins used when applied to a set of 685 training instances. ministic heuristics are generated by combining features ex- Following this, a set of heuristics were evolved using a form tracted from those heuristics. Secondly an island model[19] of cooperative co-evolution that collectively minimise the is adapted to use multiple SNGP implementations to gener- number of bins used across the same set of problems. Re- ate diverse sets of heuristics which collectively outperform sults on an unseen test set comprising a further 685 prob- any of the single heuristics when used in isolation. Both ap- lem instances show that the single evolved heuristic out- proaches are trained and evaluated using equal divisions of a performs existing deterministic heuristics described in the large set of 1370 benchmark problem instances sourced from literature.
    [Show full text]
  • 13. Mathematics University of Central Oklahoma
    Southwestern Oklahoma State University SWOSU Digital Commons Oklahoma Research Day Abstracts 2013 Oklahoma Research Day Jan 10th, 12:00 AM 13. Mathematics University of Central Oklahoma Follow this and additional works at: https://dc.swosu.edu/ordabstracts Part of the Animal Sciences Commons, Biology Commons, Chemistry Commons, Computer Sciences Commons, Environmental Sciences Commons, Mathematics Commons, and the Physics Commons University of Central Oklahoma, "13. Mathematics" (2013). Oklahoma Research Day Abstracts. 12. https://dc.swosu.edu/ordabstracts/2013oklahomaresearchday/mathematicsandscience/12 This Event is brought to you for free and open access by the Oklahoma Research Day at SWOSU Digital Commons. It has been accepted for inclusion in Oklahoma Research Day Abstracts by an authorized administrator of SWOSU Digital Commons. An ADA compliant document is available upon request. For more information, please contact [email protected]. Abstracts from the 2013 Oklahoma Research Day Held at the University of Central Oklahoma 05. Mathematics and Science 13. Mathematics 05.13.01 A simplified proof of the Kantorovich theorem for solving equations using scalar telescopic series Ioannis Argyros, Cameron University The Kantorovich theorem is an important tool in Mathematical Analysis for solving nonlinear equations in abstract spaces by approximating a locally unique solution using the popular Newton-Kantorovich method.Many proofs have been given for this theorem using techniques such as the contraction mapping principle,majorizing sequences, recurrent functions and other techniques.These methods are rather long,complicated and not very easy to understand in general by undergraduate students.In the present paper we present a proof using simple telescopic series studied first in a Calculus II class.
    [Show full text]
  • Three-Dimensional Bin-Packing Approaches, Issues, and Solutions
    Three Dimensional Bin-Packing Issues and Solutions Seth Sweep University of Minnesota, Morris [email protected] Abstract This paper reviews the three-dimensional version of the classic NP-hard bin-packing, optimization problem along with its theoretical relevance and practical importance. Also, new approximation solutions are introduced based on prior research. The three-dimensional bin-packing optimization problem concerns placing box-shaped objects of arbitrary size and number into a box-shaped, three-dimensional space efficiently. Approximation algorithms become a guide that attempts to place objects in the least amount of space and time. As a NP-hard problem, three-dimensional bin- packing holds much academic interest to computer scientists. However, this problem also has relevance in industrial settings such as shipping cargo and efficiently designing machinery with replaceable parts, such as automobiles. Industry relies on algorithms to provide good solutions to versions of this problem. This research project adapted common approaches to one-dimensional bin-packing, such as next fit and best fit, to three dimensions. Adaptation of these algorithms is possible by dividing the space of a bin. Then, by paying attention strictly to the width of each object, the one-dimensional approaches attempt to efficiently pack into the divided compartments of the original bin. Through focusing entirely on width, these divisions effectively become multiple one-dimensional bins. However, entirely disregarding the volume of the bin by ignoring height and depth may generate inefficient packings. As this paper details in more depth, generally cubical objects may pack well but exceptionally high or long objects leave large gaps of empty space unpacked.
    [Show full text]
  • Algorithmic Combinatorial Game Theory∗
    Playing Games with Algorithms: Algorithmic Combinatorial Game Theory∗ Erik D. Demaine† Robert A. Hearn‡ Abstract Combinatorial games lead to several interesting, clean problems in algorithms and complexity theory, many of which remain open. The purpose of this paper is to provide an overview of the area to encourage further research. In particular, we begin with general background in Combinatorial Game Theory, which analyzes ideal play in perfect-information games, and Constraint Logic, which provides a framework for showing hardness. Then we survey results about the complexity of determining ideal play in these games, and the related problems of solving puzzles, in terms of both polynomial-time algorithms and computational intractability results. Our review of background and survey of algorithmic results are by no means complete, but should serve as a useful primer. 1 Introduction Many classic games are known to be computationally intractable (assuming P 6= NP): one-player puzzles are often NP-complete (as in Minesweeper) or PSPACE-complete (as in Rush Hour), and two-player games are often PSPACE-complete (as in Othello) or EXPTIME-complete (as in Check- ers, Chess, and Go). Surprisingly, many seemingly simple puzzles and games are also hard. Other results are positive, proving that some games can be played optimally in polynomial time. In some cases, particularly with one-player puzzles, the computationally tractable games are still interesting for humans to play. We begin by reviewing some basics of Combinatorial Game Theory in Section 2, which gives tools for designing algorithms, followed by reviewing the relatively new theory of Constraint Logic in Section 3, which gives tools for proving hardness.
    [Show full text]
  • Exactly Solving Packing Problems with Fragmentation
    Exactly solving packing problems with fragmentation M. Casazza, A. Ceselli, Università degli Studi di Milano, Dipartimento di Informatica, OptLab – Via Bramante 65, 26013 – Crema (CR) – Italy {marco.casazza, alberto.ceselli}@unimi.it April 13, 2015 In packing problems with fragmentation a set of items of known weight is given, together with a set of bins of limited capacity; the task is to find an assignment of items to bins such that the sum of items assigned to the same bin does not exceed its capacity. As a distinctive feature, items can be split at a price, and fractionally assigned to different bins. Arising in diverse application fields, packing with fragmentation has been investigated in the literature from both theoretical, modeling, approximation and exact optimization points of view. We improve the theoretical understanding of the problem, and we introduce new models by exploiting only its combinatorial nature. We design new exact solution algorithms and heuristics based on these models. We consider also variants from the literature arising while including different objective functions and the option of handling weight overhead after splitting. We present experimental results on both datasets from the literature and new, more challenging, ones. These show that our algorithms are both flexible and effective, outperforming by orders of magnitude previous approaches from the literature for all the variants considered. By using our algorithms we could also assess the impact of explicitly handling split overhead, in terms of both solutions quality and computing effort. Keywords: Bin Packing, Item Fragmentation, Mathematical Programming, Branch&Price 1 1 Introduction Logistics has always been a benchmark for combinatorial optimization methodologies, as practitioners are traditionally familiar with the competitive advantage granted by optimized systems.
    [Show full text]
  • Solving Packing Problems with Few Small Items Using Rainbow Matchings
    Solving Packing Problems with Few Small Items Using Rainbow Matchings Max Bannach Institute for Theoretical Computer Science, Universität zu Lübeck, Lübeck, Germany [email protected] Sebastian Berndt Institute for IT Security, Universität zu Lübeck, Lübeck, Germany [email protected] Marten Maack Department of Computer Science, Universität Kiel, Kiel, Germany [email protected] Matthias Mnich Institut für Algorithmen und Komplexität, TU Hamburg, Hamburg, Germany [email protected] Alexandra Lassota Department of Computer Science, Universität Kiel, Kiel, Germany [email protected] Malin Rau Univ. Grenoble Alpes, CNRS, Inria, Grenoble INP, LIG, 38000 Grenoble, France [email protected] Malte Skambath Department of Computer Science, Universität Kiel, Kiel, Germany [email protected] Abstract An important area of combinatorial optimization is the study of packing and covering problems, such as Bin Packing, Multiple Knapsack, and Bin Covering. Those problems have been studied extensively from the viewpoint of approximation algorithms, but their parameterized complexity has only been investigated barely. For problem instances containing no “small” items, classical matching algorithms yield optimal solutions in polynomial time. In this paper we approach them by their distance from triviality, measuring the problem complexity by the number k of small items. Our main results are fixed-parameter algorithms for vector versions of Bin Packing, Multiple Knapsack, and Bin Covering parameterized by k. The algorithms are randomized with one-sided error and run in time 4k · k! · nO(1). To achieve this, we introduce a colored matching problem to which we reduce all these packing problems. The colored matching problem is natural in itself and we expect it to be useful for other applications.
    [Show full text]
  • Jigsaw Puzzles, Edge Matching, and Polyomino Packing: Connections and Complexity∗
    Jigsaw Puzzles, Edge Matching, and Polyomino Packing: Connections and Complexity∗ Erik D. Demaine, Martin L. Demaine MIT Computer Science and Artificial Intelligence Laboratory, 32 Vassar St., Cambridge, MA 02139, USA, {edemaine,mdemaine}@mit.edu Dedicated to Jin Akiyama in honor of his 60th birthday. Abstract. We show that jigsaw puzzles, edge-matching puzzles, and polyomino packing puzzles are all NP-complete. Furthermore, we show direct equivalences between these three types of puzzles: any puzzle of one type can be converted into an equivalent puzzle of any other type. 1. Introduction Jigsaw puzzles [37,38] are perhaps the most popular form of puzzle. The original jigsaw puzzles of the 1760s were cut from wood sheets using a hand woodworking tool called a jig saw, which is where the puzzles get their name. The images on the puzzles were European maps, and the jigsaw puzzles were used as educational toys, an idea still used in some schools today. Handmade wooden jigsaw puzzles for adults took off around 1900. Today, jigsaw puzzles are usually cut from cardboard with a die, a technology that became practical in the 1930s. Nonetheless, true addicts can still find craftsmen who hand-make wooden jigsaw puzzles. Most jigsaw puzzles have a guiding image and each side of a piece has only one “mate”, although a few harder variations have blank pieces and/or pieces with ambiguous mates. Edge-matching puzzles [21] are another popular puzzle with a similar spirit to jigsaw puzzles, first appearing in the 1890s. In an edge-matching puzzle, the goal is to arrange a given collection of several identically shaped but differently patterned tiles (typically squares) so that the patterns match up along the edges of adjacent tiles.
    [Show full text]
  • NP-Hard Triangle Packing Problems
    NP-Hard Triangle Packing Problems Amy Chou January 20, 2016 Abstract In computational geometry, packing problems ask whether a set of rigid pieces can be placed inside a target region such that no two pieces overlap. The triangle packing problem is a packing problem that involves triangular pieces, and it is crucial for algorithm design in many areas, including origami design, cutting industries, and warehousing. Previous works in packing algorithms have conjectured that triangle packing is NP-hard. In this paper, we mathematically prove this conjecture. We prove the NP-hardness of three distinct triangle packing problems: (i) packing right triangles into a rectangle, (ii) packing right triangles into a right triangle, and (iii) packing equilateral triangles into an equilateral triangle. We construct novel reductions from the known NP-complete problems 3-partition and 4-partition. Furthermore, we generalize that packing arbitrary triangles into an arbitrary target region is strongly NP-hard. Because triangle packing is NP-hard, triangle packing must be determined by approximation or heuristic algorithms rather than exact algorithms. 1 1 Introduction In a packing problem, we wish to determine whether a set of objects can be placed into a container such that no two objects overlap. These problems have been studied extensively and are motivated by a number of applications, including warehousing, origami design, newspaper paging, and cutting industries. In wood, glass, or steel industries, for example, packing is involved when determining how to cut pieces from large sheets of material. Complexity theory involves the classification of decision problems | problems where the answer is either yes or no | by computational hardness.
    [Show full text]
  • Bin Packing with Directed Stackability Conflicts
    Acta Univ. Sapientiae, Informatica 7, 1 (2015) 31–57 DOI: 10.1515/ausi-2015-0011 Bin packing with directed stackability conflicts Attila BODIS´ University of Szeged email: [email protected] Abstract. The Bin Packing problem is a well-known and highly investi- gated problem in the computer science: we have n items given with their sizes, and we want to assign them to unit capacity bins such, that we use the minimum number of bins. In this paper, some generalizations of this problem are considered, where there are some additional stackability constraints defining that certain items can or cannot be packed on each other. The correspond- ing model in the literature is the Bin Packing Problem with Conflicts (BPPC), where this additional constraint is defined by an undirected conflict graph having edges between items that cannot be assigned to the same bin. However, we show some practical cases, where this conflict is directed, meaning that the items can be assigned to the same bin, but only in a certain order. Two new models are introduced for this problem: Bin Packing Problem with Hanoi Conflicts (BPPHC) and Bin Packing Problem with Directed Conflicts (BPPDC). In this work, the connection of the three conflict models is examined in detail. We have investigated the complexity of the new models, mainly the BPPHC model, in the special case where each item have the same size. We also considered two cases depending on whether re-ordering the items is allowed or not. We show that for the online version of the BPPHC model with unit 3 size items, every Any-Fit algorithm gives not better than 2 -competitive, Computing Classification System 1998: F.2.2 Mathematics Subject Classification 2010: 68R05 Key words and phrases: Bin Packing Problem, conflicts, directed conflicts, Hanoi conflicts, unit size items, dynamic programming 31 32 A.
    [Show full text]
  • Packing Trominoes Is NP-Complete, #P-Complete and ASP-Complete
    CCCG 2012, Charlottetown, P.E.I., August 8{10, 2012 Packing Trominoes is NP-Complete, #P-Complete and ASP-Complete Takashi Horiyama∗ Takehiro Itoy Keita Nakatsukaz Akira Suzukiy Ryuhei Ueharax Abstract PSPACE-complete even if all blocks are of size 1×2. On the other hand, sliding-block puzzles are polynomial- We study the computational complexity of packing puz- time solvable if all blocks are of size 1 × 1 (see [7] for zles of identical polyominoes. Packing dominoes (i.e., further details). Thus, in this sense, we have no gap for 1 × 2 rectangles) into grid polygons can be solved in sliding-block puzzles. polynomial time by reducing to a bipartite matching In this paper, we consider packing puzzles, and we × problem. On the other hand, packing 2 2 squares is aim to fill this kind of gap. We consider the problem known to be NP-complete. In this paper, we fill the of so-called identical packing into the two dimensional × gap between dominoes and 2 2 squares, that is, we plane: Given k identical polyominoes and a polygon P , consider the packing puzzles of trominoes. Note that determine whether the k polyominoes can be placed in there exist only two shapes of trominoes: L-shape and P without overlap or not. We note that P may contain I-shape. We show that their packing problems are both holes. Packing dominoes (i.e., 1 × 2 rectangles) into a NP-complete. Our reductions are carefully designed polyomino P (i.e., a polygon made by connecting unit so that we can also prove #P-completeness and ASP- squares) can be solved in polynomial time by reducing completeness of the counting and the another-solution- to a bipartite matching problem.
    [Show full text]
  • Mathematical Models and Decomposition Algorithms for Cutting and Packing Problems
    Alma Mater Studiorum - Universit`adi Bologna Dottorato di Ricerca in Automatica e Ricerca Operativa Ciclo XXIX Settore concorsuale di afferenza: 01/A6 - RICERCA OPERATIVA Settore scientifico disciplinare: MAT/09 - RICERCA OPERATIVA Mathematical Models and Decomposition Algorithms for Cutting and Packing Problems Presentata da Maxence Delorme Coordinatore Dottorato Relatore Prof. Daniele Vigo Prof. Silvano Martello Co-relatore Prof. Manuel Iori Esame finale anno 2017 Contents Acknowledgments v 1 Introduction 1 2 BPP and CSP: Mathematical Models and Exact Algorithms 7 2.1 Introduction.................................... 7 2.2 Formalstatement................................. 10 2.3 Upperandlowerbounds............................. 11 2.3.1 Approximation algorithms . 12 2.3.2 Lowerbounds............................... 13 2.3.3 Heuristics and metaheuristics . 15 2.4 Pseudo-polynomial formulations . ...... 17 2.4.1 ConsiderationsonthebasicILPmodel. 17 2.4.2 One-cutformulation ........................... 19 2.4.3 DP-flowformulation ........................... 21 2.4.4 Arc-flowformulations . .. .. .. .. .. .. .. 23 2.5 Enumerationalgorithms . 24 2.5.1 Branch-and-bound ............................ 24 2.5.2 Constraint programming approaches . 26 2.6 Branch-and-price ................................ 26 2.6.1 Set covering formulation and column generation . ...... 26 2.6.2 Integerround-upproperty. 29 2.6.3 Branch(-and-cut)-and-price algorithms . ....... 30 2.7 Experimentalevaluation . 33 2.7.1 Benchmarks................................ 33 2.7.2 Computercodes
    [Show full text]
  • SOLVING the TWO-DIMENSIONAL PACKING PROBLEM with M-M CALCULUS
    Yugoslav Journal of Operations Research 21 (2011), Number 1, 93-102 DOI: 10.2298/YJOR1101093S SOLVING THE TWO-DIMENSIONAL PACKING PROBLEM WITH m-M CALCULUS Aleksandar SAVIĆ, Faculty of Mathematics, University of Belgrade [email protected] Tijana ŠUKILOVIĆ, Faculty of Mathematics, University of Belgrade [email protected] Vladimir FILIPOVIĆ Faculty of Mathematics, University of Belgrade [email protected] Received: July 2010 / Accepted: May 2011 Abstract: This paper considers the two dimensional rectangular packing problem. The mathematical formulation is based on the optimization of a non-linear function with piecewise linear constraints with a small number of real variables. The presented method of m-M calculus finds all optimal solutions on small instances. Computational performance is good on smaller instances. Key words: Non-linear optimization, m-M calculus, two dimensional packing. MSC: 90C30, 90C56 1. INTRODUCTION Packing problem and the closely related problem of cutting, encompass a wide range of industry originated problems. A successful optimal solution, or even finding an approximately good solution, significantly facilitate in both saving money and raw ma terials. Most of the contributions in literature are devoted to the case where the items to be packed have a fixed orientation with respect to the stock unit(s), i.e., it is not allowed to rotate them. This case, which is the object of the present article, reflects a number of 94 A. Savić, T. Šukilović, V. Filipović / Solving 2-dim. Packing Problem practical contexts, such as the cutting of corrugated or decorated material (wood, glass, clothing stripes), or the newspapers paging. For variants allowing rotations (usually by 90º) and/or constraints on the items placement (such as the ‘‘guillotine cuts’’) the reader is referred to [1, 8], where a three- field classification of the area is also introduced.
    [Show full text]