Pasar al contenido principal

A Metaheuristic Approach and Mathematical Programming for Packing Objects in a Rectangular Container

Autor/es Anáhuac
Rafael Torres-Escobar
Año de publicación
2020
Journal o Editorial
International Journal of Applied Metaheuristic Computing

Abstract 
The problem of packing non-congruent circles within bounded regions is considered. The aim is to maximize the number of circles placed into a rectangular container or minimize the waste. The circle is considered as a set of points that are all the same distance (not necessarily Euclidean) from a given point. An integer programming model is proposed using a dotted-board approximating the container and considering the dots as potential positions for assigning centers of the circles. The packing problem is then stated as a large scale linear 0–1 optimization problem. Binary decision variables are associated with each discrete point of the board (a dot) and with each object. Then, the same grid is used to prove a population-based metaheuristic. This metaheuristic is inspired by the monkeys' behavior. The resulting binary problem is then solved by using Gurobi Solver and Python Programming Language as Interface.