50 research outputs found

    Optimization Approach of the Vehicle Routing Problem with Packing Constraints Using Genetic Algorithm

    Get PDF
    Vehicle Routing Problem is an issue in item delivery from depot to its customers using several vehicles which have limited capacity with a purpose to minimize transportation cost. The packing constraints exist because the vehicles which are usually used in item delivery have rectangular-box shaped container. Also, the items are commonly in shape of rectangular-box. Therefore, packing or loading method is needed so that containers could load all of the items without causing damage and could ease unloading process. The purpose of this final project is to develop a model and algorithm using metaheuristics method, especially genetics algorithm in order to minimize total delivery distance. A hybrid genetics algorithm and bottom-left fill algorithm also take place to solve the packing process. This algorithm delivered average solution 0.08% worse than ant colony optimization, but had 2.93% better solution than tabu search

    A Multi-Objective Genetic Algorithm for the Vehicle Routing with Time Windows and Loading Problem

    Get PDF
    This work presents the Vehicle Routing with Time Windows and Loading Problem (VRTWLP) as a multi-objective optimization problem, implemented within a Genetic Algorithm. Specifically, the three dimensions of the problem to be optimized – the number of vehicles, the total travel distance and volume utilization – are considered to be separated dimensions of a multi-objective space. The quality of the solution obtained using this approach is evaluated and compared with results of other heuristic approaches previously developed by the author. The most significant contribution of this work is our interpretation of VRTWLP as a Multi-objective Optimization Problem

    MATLAB tool for loading of boxes in 3L-CVRP problem

    Get PDF
    The Three-Dimensional Capacitated Vehicle Routing Problem, or 3L-CVRP, is one NP-Hard Problem in the logistics field. In the 3L-CVRP the length, width and height dimensions of items and vehicle are considered. Hence, each item must be sequentially loaded to avoid overlaps between items of different customers, fragile items must not support no fragile items. Items can be rotated in x-y axes. In this work, a MATLAB program for plotting the solutions obtained for 3L-CVRP is proposed as a technique to verify errors such as overlaps, intersections, not enough supporting area and the invalid combination of items

    Three-axes rotation algorithm for the relaxed 3L-CVRP

    Get PDF
    The purpose of this work is to present a developed three-axes rotation algorithm to improve the solving methodology for the relaxed 3L-CVRP (Three-Dimensional Capacitated Vehicle Routing Problem). Although there are reported works on solving approaches for the relaxed 3L-CVRP that consider product rotation to optimize load capacity, rotation on the three axes has not been thoroughly studied. In this aspect, the present work explicitly explores the three-axes rotation and its impact on load capacity optimization. In order to improve the relaxed 3L-CVRP problem, a two-phase solution was developed. The first phase consists of finding the solution for the CVRP problem, using a demand previously obtained with a heuristic developed to convert the 3L-CVRP demand into CVRP demand. The second phase is to obtain the loading of the vehicle using a heuristic developed to load the items using rules to obtain the rotation of the items. The proposed approach was able to improve the load assignment in 48.1% of well-known 3L-CVRP instances when compared to similar approaches on the relaxed 3L-CVRP. The outcomes of this research can be applied to transportation problems where package rotation on the z-axis is an option, and there are not fragile items to load in the vehicles

    A matheuristic approach to the integration of three-dimensional Bin Packing Problem and vehicle routing problem with simultaneous delivery and pickup

    Get PDF
    This work presents a hybrid approach to solve a distribution problem of a Portuguese company in the automotive industry. The objective is to determine the minimum cost for daily distribution operations, such as collecting and delivering goods to multiple suppliers. Additional constraints are explicitly considered, such as time windows and loading constraints due to the limited capacity of the fleet in terms of weight and volume. An exhaustive review of the state of the art was conducted, presenting different typology schemes from the literature for the pickup and delivery problems in the distribution field. Two mathematical models were integrated within a matheuristic approach. One model reflects the combination of the Vehicle Routing Problem with Simultaneous Delivery and Pickup with the Capacitated Vehicle Routing Problem with Time Windows. The second one aims to pack all the items to be delivered onto the pallets, reflecting a three-dimensional single bin size Bin Packing Problem. Both formulations proposed—a commodity-flow model and a formulation of the Three-Dimensional Packing Problem must be solved within the matheuristic. All the approaches were tested using real instances from data provided by the company. Additional computational experiments using benchmark instances were also performed.This research was funded by national funds through FCT—Fundação para a Ciência e a Tecnologia, under the projects UIDB/00285/2020, UIDB/00319/2020. This work was supported by the Research Unit on Governance, Competitiveness and Public Policies (UIDB/04058/2020) + (UIDP/04058/2020), funded by national funds through the Foundation for Science and Technology, IP. This work was also funded by FEDER in the frame of COMPETE 2020 under the project POCI-01-0247-FEDER-072638

    Solving the Pickup and Delivery Problem with 3D Loading Constraints and Reloading Ban

    Get PDF
    In this paper, we extend the classical Pickup and Delivery Problem (PDP) to an integrated routing and three-dimensional loading problem, called PDP with 3D loading constraints (3L-PDP). A set of routes of minimum total length has to be determined such that each request is transported from a loading site to the corresponding unloading site. In the 3L-PDP, each request is given as a set of 3D rectangular items (boxes) and the vehicle capacity is replaced by a 3D loading space. This paper is the second one in a series of articles on 3L-PDP. In both articles we investigate which constraints will ensure that no reloading effort will occur, i.e. that no box is moved after loading and before unloading. In this paper, the focus is laid on the so-called reloading ban, a packing constraint that ensures identical placements of same boxes in different packing plans. We propose a hybrid algorithm for solving the 3L-PDP with reloading ban consisting of a routing and a packing procedure. The routing procedure modifies a well-known large neighborhood search for the 1D-PDP. A tree search heuristic is responsible for packing boxes. Computational experiments were carried out using 54 3L-PDP benchmark instances
    corecore