4,459 research outputs found

    Routing Applications in Newspaper Delivery

    Get PDF
    -The goal of this report is to give an up-to-date account of routing applications in the newspaper business. We describe the newspaper supply chain, and focus on the “last mile” distribution that has been advocated as an application of arc routing in the literature. A literature survey is provided, followed by a discussion of the arc routing model and its adequacy to newspaper applications. A more general and normally more adequate model: The Node, Edge, and Arc Routing Problem, is discussed. Characteristics of routing problems in carrier delivery are presented, together with a case study from the development of a web-based route design and revision system. Finally, summary, conclusions, and prospects for the future are given

    Redesigning the distribution network of a newspaper company

    Get PDF

    A discrete firefly algorithm to solve a rich vehicle routing problem modelling a newspaper distribution system with recycling policy

    Get PDF
    A real-world newspaper distribution problem with recycling policy is tackled in this work. In order to meet all the complex restrictions contained in such a problem, it has been modeled as a rich vehicle routing problem, which can be more specifically considered as an asymmetric and clustered vehicle routing problem with simultaneous pickup and deliveries, variable costs and forbidden paths (AC-VRP-SPDVCFP). This is the first study of such a problem in the literature. For this reason, a benchmark composed by 15 instances has been also proposed. In the design of this benchmark, real geographical positions have been used, located in the province of Bizkaia, Spain. For the proper treatment of this AC-VRP-SPDVCFP, a discrete firefly algorithm (DFA) has been developed. This application is the first application of the firefly algorithm to any rich vehicle routing problem. To prove that the proposed DFA is a promising technique, its performance has been compared with two other well-known techniques: an evolutionary algorithm and an evolutionary simulated annealing. Our results have shown that the DFA has outperformed these two classic meta-heuristics

    A discrete firefly algorithm to solve a rich vehicle routing problem modelling a newspaper distribution system with recycling policy

    Get PDF
    A real-world newspaper distribution problem with recycling policy is tackled in this work. In order to meet all the complex restrictions contained in such a problem, it has been modeled as a rich vehicle routing problem, which can be more specifically considered as an asymmetric and clustered vehicle routing problem with simultaneous pickup and deliveries, variable costs and forbidden paths (AC-VRP-SPDVCFP). This is the first study of such a problem in the literature. For this reason, a benchmark composed by 15 instances has been also proposed. In the design of this benchmark, real geographical positions have been used, located in the province of Bizkaia, Spain. For the proper treatment of this AC-VRP-SPDVCFP, a discrete firefly algorithm (DFA) has been developed. This application is the first application of the firefly algorithm to any rich vehicle routing problem. To prove that the proposed DFA is a promising technique, its performance has been compared with two other well-known techniques: an evolutionary algorithm and an evolutionary simulated annealing. Our results have shown that the DFA has outperformed these two classic meta-heuristics

    Workload Equity in Vehicle Routing Problems: A Survey and Analysis

    Full text link
    Over the past two decades, equity aspects have been considered in a growing number of models and methods for vehicle routing problems (VRPs). Equity concerns most often relate to fairly allocating workloads and to balancing the utilization of resources, and many practical applications have been reported in the literature. However, there has been only limited discussion about how workload equity should be modeled in VRPs, and various measures for optimizing such objectives have been proposed and implemented without a critical evaluation of their respective merits and consequences. This article addresses this gap with an analysis of classical and alternative equity functions for biobjective VRP models. In our survey, we review and categorize the existing literature on equitable VRPs. In the analysis, we identify a set of axiomatic properties that an ideal equity measure should satisfy, collect six common measures, and point out important connections between their properties and those of the resulting Pareto-optimal solutions. To gauge the extent of these implications, we also conduct a numerical study on small biobjective VRP instances solvable to optimality. Our study reveals two undesirable consequences when optimizing equity with nonmonotonic functions: Pareto-optimal solutions can consist of non-TSP-optimal tours, and even if all tours are TSP optimal, Pareto-optimal solutions can be workload inconsistent, i.e. composed of tours whose workloads are all equal to or longer than those of other Pareto-optimal solutions. We show that the extent of these phenomena should not be underestimated. The results of our biobjective analysis are valid also for weighted sum, constraint-based, or single-objective models. Based on this analysis, we conclude that monotonic equity functions are more appropriate for certain types of VRP models, and suggest promising avenues for further research.Comment: Accepted Manuscrip

    Arc routing problems: A review of the past, present, and future

    Full text link
    [EN] Arc routing problems (ARPs) are defined and introduced. Following a brief history of developments in this area of research, different types of ARPs are described that are currently relevant for study. In addition, particular features of ARPs that are important from a theoretical or practical point of view are discussed. A section on applications describes some of the changes that have occurred from early applications of ARP models to the present day and points the way to emerging topics for study. A final section provides information on libraries and instance repositories for ARPs. The review concludes with some perspectives on future research developments and opportunities for emerging applicationsThis research was supported by the Ministerio de Economia y Competitividad and Fondo Europeo de Desarrollo Regional, Grant/Award Number: PGC2018-099428-B-I00. The Research Council of Norway, Grant/Award Numbers: 246825/O70 (DynamITe), 263031/O70 (AXIOM).Corberán, Á.; Eglese, R.; Hasle, G.; Plana, I.; Sanchís Llopis, JM. (2021). Arc routing problems: A review of the past, present, and future. Networks. 77(1):88-115. https://doi.org/10.1002/net.21965S8811577

    OPTIMAL ROUTE DETERMINATION FOR POSTAL DELIVERY USING ANT COLONY OPTIMIZATION ALGORITHM

    Get PDF
    There are a lot of optimization challenges in the world, as we all know. The vehicle routing problem is one of the more complex and high-level problems. Vehicle Routing Problem is a real-life problem in the Postal Delivery System logistics and, if not properly attended to, can lead to wastage of resources that could have been directed towards other things. Several studies have been carried out to tackle this problem using different techniques and algorithms. This study used the Ant Colony Optimization Algorithm along with some powerful APIs to find an optimal route for the delivery of posts to customers in a Postal Delivering System. When Ant Colony Optimization Algorithm is used to solve the vehicle routing problem in transportation systems, each Ant's journey is mere “part” of a feasible solution. To put it in another way, numerous ants' pathways might make up a viable solution. Routes are determined for a delivery vehicle, with the objective of minimizing customer waiting time and operation cost. Experimental results indicate that the solution is optimal and more accurat

    Human-Machine Collaborative Optimization via Apprenticeship Scheduling

    Full text link
    Coordinating agents to complete a set of tasks with intercoupled temporal and resource constraints is computationally challenging, yet human domain experts can solve these difficult scheduling problems using paradigms learned through years of apprenticeship. A process for manually codifying this domain knowledge within a computational framework is necessary to scale beyond the ``single-expert, single-trainee" apprenticeship model. However, human domain experts often have difficulty describing their decision-making processes, causing the codification of this knowledge to become laborious. We propose a new approach for capturing domain-expert heuristics through a pairwise ranking formulation. Our approach is model-free and does not require enumerating or iterating through a large state space. We empirically demonstrate that this approach accurately learns multifaceted heuristics on a synthetic data set incorporating job-shop scheduling and vehicle routing problems, as well as on two real-world data sets consisting of demonstrations of experts solving a weapon-to-target assignment problem and a hospital resource allocation problem. We also demonstrate that policies learned from human scheduling demonstration via apprenticeship learning can substantially improve the efficiency of a branch-and-bound search for an optimal schedule. We employ this human-machine collaborative optimization technique on a variant of the weapon-to-target assignment problem. We demonstrate that this technique generates solutions substantially superior to those produced by human domain experts at a rate up to 9.5 times faster than an optimization approach and can be applied to optimally solve problems twice as complex as those solved by a human demonstrator.Comment: Portions of this paper were published in the Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI) in 2016 and in the Proceedings of Robotics: Science and Systems (RSS) in 2016. The paper consists of 50 pages with 11 figures and 4 table

    Heuristics for the free newspaper delivery problem

    Get PDF
    In dieser Diplomarbeit wird ein auf Heuristiken basierter Lösungsansatz für das Free Newspaper Delivery Problem präsentiert Das Free Newspaper Delivery Problem ist eine Variante des Vehicle Routing Problems, bei dem der Produzent Entscheidungen, über Menge, Lieferzeitpunkt und Routenplanung für die Verteilung aller an einem Tag produzierten Zeitungen an Strassenbahn und U-Bahn-Stationen, trifft. Dabei ist zu beachten, dass im Planungszeitraum die Anzahl der Zeitungen in den Stationen mindestens Eins und an dessen Ende Null sein muss. Grundlage für die Construction Heuristik ist eine Dekompositionsmethode, die die Lösung der vielfältigen Entscheidungen in zwei Phasen teilt. Zuerst wird ein Lieferplan erstellt, danach erfolgt die Erstellung der Routenpläne. Als Improvement Heuristiken für dieses Problem wurden OR-Opt und Variable Neighbourhood Search verwendet. Der Fokus der Arbeit liegt in der Erstellung einer Lösungsmethode und deren Test und Analyse anhand einer Testinstanz

    A solution method for a two-layer sustainable supply chain distribution model

    Get PDF
    This article presents an effective solution method for a two-layer, NP-hard sustainable supply chain distribution model. A DoE-guided MOGA-II optimiser based solution method is proposed for locating a set of non-dominated solutions distributed along the Pareto frontier. The solution method allows decision-makers to prioritise the realistic solutions, while focusing on alternate transportation scenarios. The solution method has been implemented for the case of an Irish dairy processing industry׳s two-layer supply chain network. The DoE generates 6100 real feasible solutions after 100 generations of the MOGA-II optimiser which are then refined using statistical experimentation. As the decision-maker is presented with a choice of several distribution routes on the demand side of the two-layer network, TOPSIS is applied to rank the set of non-dominated solutions thus facilitating the selection of the best sustainable distribution route. The solution method characterises the Pareto solutions from disparate scenarios through numerical and statistical experimentations. A set of realistic routes from plants to consumers is derived and mapped which minimises total CO2 emissions and costs where it can be seen that the solution method outperforms existing solution methods
    corecore