Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds

Size: px
Start display at page:

Download "Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds"

Transcription

1 Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds COMBINING MONTE CARLO SIMULATION WITH HEURISTICS FOR SOLVING THE INVENTORY ROUTING PROBLEM WITH STOCHASTIC DEMANDS José Cáceres-Cruz Angel A. Juan IN3-Computer Science Dept. Open University of Catalonia Barcelona, 08018, Spain Tolga Bektas School of Management University of Southampton Southampton, SO17 1BJ, UK Scott E. Grasman Industrial and Systems Engineering Dept. Rochester Institute of Technology Rochester, NY , USA Javier Faulin Dept. Statistics and Operations Research Public University of Navarre Pamplona, 31006, Spain ABSTRACT In this paper, we introduce a simulation-based algorithm for solving the single-period Inventory Routing Problem (IRP) with stochastic demands. Our approach, which combines simulation with heuristics, considers different potential inventory policies for each customer, computes their associated inventory costs according to the expected demand in the period, and then estimates the marginal routing savings associated with each customer-policy entity. That way, for each customer it is possible to rank each inventory policy by estimating its total costs, i.e., both inventory and routing costs. Finally, a multi-start process is used to iteratively construct a set of promising solutions for the IRP. At each iteration of this multi-start process, a new set of policies is selected by performing an asymmetric randomization on the list of policy ranks. Some numerical experiments illustrate the potential of our approach. 1 INTRODUCTION Today, one of the most important concepts in supply chain management is that of replacing sequential decision making with global decision making, where all parties in the supply chain determine the best policy for the entire system. Inventory and transportation systems are good examples of sequential decision making. However, driven by business practices such as vendor managed inventory (VMI), integrated inventory and transportation systems have received much recent attention (Kleywegt et al. 2004). VMI is a supply chain centralized control initiative where the supplier is authorized to manage inventories of the retailers and to make decisions such as when and how much inventory to ship to the retailer. VMI is seen as an effective means of managing inventory through the strategic use of technologies which enable the flow of information throughout the entire supply chain. Despite the potential benefits, and probably due to its complexity, only a relatively small number of articles have analytically approached the issue of integrating decisions. This issue is known in the literature as the Inventory Routing Problem or IRP (Campbell et al. 2002). Therefore, model formulations with exact or approximate solution procedures are still needed to assist with the widespread adoption of VMI and use of synchronized inventory and transportation systems. In this paper, a hybrid approach is proposed. Our approach combines Monte Carlo simulation (MCS) with a multi-start asymmetric randomization of a classical routing heuristic. We consider a single-period /12/$ IEEE 3114

2 IRP consisting of multiple retailers with stochastic demands and a single distribution depot. Since final demands at the retailer centers are assumed to be random variables, potential stock-outs are considered in our model. In the centralized version of this problem that we are addressing, no assumption is made about the inventory policy at an individual retailer. The distribution depot will analyze the inventory position of the retailers and make joint inventory and routing decisions that minimize the total cost to the system, which consists of treated individually retailers. Another aspect to notice is that most of the existing literature has considered the IRP as a long-term, multi-period problem (Campbell and Savelsbergh 2002). This is especially the case when the final demands at the retailer centers are assumed to be deterministic. However, we feel that it is also important to study the singleperiod problem, particularly in those scenarios characterized by: (a) information and communication tools that are able to efficiently monitor and report retailers stock levels at the end of each period; and (b) random demands with a high variability, which makes it difficult to forecast future inventory levels. The remainder of the article is structured as follows: Section 2 briefly describes the IRP with stochastic demands and reviews some related work; Section 3 gives an overview explanation of our approach; Section 4 presents and discusses some numerical experiments that serve to both illustrate and validate our approach; and finally, Section 5 summarizes the main contributions and results of this work. 2 THE IRP WITH STOCHASTIC DEMANDS AND RELATED WORK The IRP with stochastic demands, which is an NP-hard problem, can be described as follows: consider a Capacitated Vehicle Routing Problem (CVRP) with n nodes or retailing centers (RC), plus the depot. Each RC owns an inventory, which is managed by the central depot. For each RC, the inventory level at the end of a period depends on the initial stock level and also on the end-clients demands during that period. These end-clients demands are stochastic in nature. In our approach, we will assume that, for each RC, it has been possible to use historical data to model end-clients demands through a theoretical or empirical probability distribution. Notice that no particular assumption is made on the type of distribution used to model these demands. Therefore, at the end of each period there might be some costs associated with inventory holding and inventory stock-outs. These costs might be incorporated into the decisionmaking process and integrated with (added to) the distribution or routing costs, which are usually based on traveling distances and/or times. At the end of each period, inventory levels are registered by the RC and updated in the central depot, so that a new routing strategy is defined for the new period taking into account the new data. Our goal is to minimize total expected costs (distribution plus inventory-related costs) in each single-period scenario. Some of the first work on the IRP with stochastic demands is due to Federgruen and Zipkin (1984). They address the single-period combined problem of allocating a scarce resource available at some central depot among several locations, each experiencing a random demand pattern. They propose a mathematical model and design a modified interchange heuristic as well as an exact algorithm to solve some randomly generated instances with up to 75 nodes. In Bard et al. (1998), the authors study the IRP with satellite facilities (depots geographically scattered throughout the service area). Interestingly, the authors use a randomized version of the classical Clarke and Wright Savings (CWS) heuristic (Clarke and Wright 1964) to solve routing instances with up to 500 nodes in about two hours. They show that this randomized heuristic outperforms other algorithms, including a Greedy Randomized Adaptive Search Procedure (GRASP). The GRASP procedure consists in successive constructions of a greedy randomized solution and subsequent iterative improvements of it using local search procedures (Feo and Resende 1989, 1995). While the randomness process they propose is based on a uniform (symmetric) distribution, in this paper we make use of an asymmetric distribution. Berman and Larson (2001) focus on the problem associated with the distribution of industrial gases to replenish customer tanks with random demands. They propose four dynamic-programming algorithms for solving the associated problem. In Jarugumilli et al. (2006), the authors make use of a modified version of the A* algorithm (originally used in path-finding in graphs) to solve the stochastic IRP with a single vehicle. Hvattum et al. (2009) address the stochastic IRP with an infinite horizon as a Markov process. They formulate a scenario tree in order to examine a finite horizon 3115

3 as a good approximation to the infinite horizon model. Again, since solving stochastic IRP cases with a Markov process is impractical for all but the smallest instances, they proposed to employ a GRASP heuristic. Finally, Bertazzi et al. (2011) undertake a stochastic IRP with stock-outs and a finite horizon. They assume an order-to-level policy i.e., the quantity sent to each retailer is such that its inventory level reaches the maximum level. They present a dynamic programming model and propose a hybrid rollout algorithm. The authors use a randomly generated set of instances with up to 50 nodes and 6 periods. The approach we present in this paper is similar to with some of the previous work, especially with those considering stochastic demands, stock-outs, and rollout periods. However, our approach has some significant differences: (a) we consider several replenishment policies; (b) we use a hybrid algorithm combining simulation with a metaheuristic, which allows us to obtain good solutions to large-size instances in a reasonable time; (c) we promote the use of asymmetric randomization of heuristics; and (d) we propose a completely described set of instances (not a randomly generated one). 3 AN OVERVIEW OF OUR APPROACH Our approach focuses on solving the single-period IRP with stochastic demands and possible stock-outs. In this context, we propose a hybrid approach which combines MCS with an efficient CVRP heuristic. MCS can be defined as a set of techniques that make use of random numbers and statistical distributions to solve certain stochastic and deterministic problems (Law 2007). When properly combined with heuristic techniques, MCS has proved to be extremely useful for solving stochastic VRPs (Juan et al. 2011a). Our approach is also based on the SR-GCWS-CS randomized algorithm proposed by Juan et al. (2011b) for solving the CVRP. This algorithm makes use of a pseudo-geometric distribution to induce an asymmetric randomization process into the CWS heuristic; and it also employs a memory-based local search. In this paper we consider five different service policies or inventory levels for each customer. Specifically, given a customer, we consider the following policies: (a) no refill for that customer; (b) refill up to one quarter of its capacity; (c) refill up to half of its capacity; (d) refill up to three quarters of its capacity; and (e) full refill. The flow diagram of our algorithm is depicted in Figure 1 and described next as a fivestep procedure. In fact, our methodology could consider more intermediate policies if necessary, which makes it quite flexible. Of course, considering more intermediate policies can lead to slightly better solutions, but will also increase somewhat the computational effort. Thus, for each combination of customerservice policy, MCS is used to obtain estimates of the inventory costs associated with it including both surplus and shortage costs. As with any other approximate approach, this method is unlikely to produce an optimal solution, but it can produce near-optimal solutions in a reasonable amount of time. First, for each customer in the problem, the expected inventory costs associated with each eligible policy are estimated throughout by MCS. Here, both potential surpluses and shortages (stock-outs) are considered for each of the refill policies described in the previous section. In the second step of the procedure, we consider the worst-case scenario from a distribution point of view, i.e., all customers receive a full refill. In this scenario, a fast heuristic is used to obtain a good solution for the associated CVRP. This solution will provide an estimate of the total distribution costs under the full-refill policy. In the third step, we estimate for each customer the routing marginal savings, i.e., the reduction in distribution costs associated with each non-full-refill policy. In order to do this, a fast heuristic is used to solve a large set of CVRPs. A fast heuristic should be employed here since this step requires us to solve one CVRP for each customer-policy combination, i.e., for each customer and for each non-full-refill policy. Once these marginal costs have been estimated, for each customer an approximated value for the total costs associated with each eligible policy can be obtained by simply adding up estimated routing and inventory costs. Thus, for each customer, the associated eligible policies can be sorted from lower to higher total costs, thus defining a priority policy rank for each customer. In the fourth step, the top policy for each customer (i.e., the one showing the lowest total cost) is selected, and a pseudo-optimal solution is obtained for the corresponding CVRP by using an efficient algorithm, e.g., the SR-GCWS-CS (Juan et al. 2011b). Finally, in the fifth step, a multi-start process is carried out. At each iteration of this multi-start process, a new policy is randomly selected for each customer and, in a similar way as in the previous step, a new 3116

4 pseudo-optimal solution is obtained for the corresponding CVRP. The best solution found so far is recorded. Notice, however, that the random selection process uses an asymmetric distribution (like the geometric). With this, we aim at assigning more probabilities of being selected to those policies which are located at the top positions of each customer s ranking of policies. Using a multi-start approach makes it difficult for the algorithm to get trapped in a local minimum. Figure 1. Flow diagram for our algorithm. 4 NUMERICAL EXPERIMENTS In the CVRP literature, there exists a classical set of well-known benchmarks commonly used to test new CVRP algorithms. However, this is not the case for the single-period IRP with stochastic demands and stock-outs. For this reason, and with the goal of providing complete information about the set of benchmarks employed so that other researchers can use them, we have developed our own set of data by generalizing the well-known datasets A and B from the CVRP literature (Augerat et al. 1995). These datasets 3117

5 consist of 27 small- and medium-size test instances (available at A natural generalization of these datasets has been carried out by using random demands instead of deterministic ones. So, for each instance, while we decided to keep all node coordinates and vehicle capacities, we changed d i, the deterministic demand of customer i (for all i = 1, 2,, n) to the probabilistic demand D i with E[D i ] = d i. Since we use MCS, these random demands can follow any probability distribution having a finite mean. For the numerical experiments of this paper, however, we will assume that D i follows a LogNormal distribution with E[D i ] = d i and Var[D i ] = 0.25d i. Other classical hypotheses design the demand random variables as following a Normal distribution, but this assumption is not realistic due to the fact that the Normal variable can take negative values which are not allowed to describe a demand. Regarding the inventory part of the problem, we will also make the following assumptions: a) For each customer i, its maximum inventory capacity is defined as max i = 2d i. As it usually happens in real-life, customers with higher expected demands will have higher inventory capacities. b) In correspondence with the distribution policies considered, the quantity that can be delivered to each customer, q i, can only take a discrete number of values, i.e., according to the policies described above, q i can only take floating values in the set {0, 0.5d i, d i, 1.5d i, 2d i }. c) Trying to imitate a realistic scenario, in which it is likely that different customers will present different starting stock levels, the initial inventory level at customer i, L i, is assigned according to the following expression: L i 0 if i is odd and a multiple of 3 0.5di if i is odd and not a multiple of 3 di if i is even and a multiple of 4 1.5di if i is even and not a multiple of 4 Finally, regarding the inventory costs, these must be of the same order of magnitude as the routing costs in order to reach a proper balance between those two costs. In fact, this helps to make sense of not serving some customers under certain conditions, e.g., high inventory levels and low stock-out costs. In order to attain this goal, we have used the following expression to define the inventory costs, IC i, associated with each customer: IC i surplusi if surplusi 0 (surplus) cost of a round trip from i to depot if surplusi 0 (shortage), where surplus i = L i + q i D i. Notice that λ represents the cost per unit of stock at the end of the period. In the numerical experiments, we have used a value of λ = This value was chosen in order to balance routing and inventory costs in such a way that it might be not worthwhile to serve some of the customers. Thus those nodes with a low probability of suffering a stock-out, or those with low penalty costs in case they suffer from a stock-out are being adequately considered in our approach. Our algorithm was implemented as a Java application and used to run the 27 instances described above on an Intel Xeon E5603 at 1.60 Ghz and 8 GB of RAM. For each instance, a single run with a total maximum time of 3 minutes was employed. Table 1 shows the results obtained in our experiments for the following policies: (a) Full-refill policy, i.e., all customers are served up to their maximum capacity. (b) Top policy, i.e., each customer is served according to the best policy in its sorted priority list of policies (notice that this top policy could imply that the customer does not need to be served). (c) Asymmetrically-randomized policy, i.e., as explained in our approach, each customer is served according to a policy which has been asymmetric-randomly selected from its sorted policies list. Additionally, Table 1 also shows the percentage gaps between the solution obtained using each policy 3118

6 and our best solution, i.e., the one obtained with the asymmetric-randomized process. Positive gaps imply that the total cost obtained with the asymmetric-randomized process is lower (and therefore better) than the total cost obtained with the alternative method. Table 1: Results for full-refill, top, and asymmetrically-randomized policies (λ = 0.01, max. computation time = 3 minutes). FULL-REFILL POLICY (1) TOP POLICY (2) ASYMMETRICALLY- RANDOMIZED POLICY (3) GAPS Routing Inventory Total Routing Inventory Total Routing Inventory Total Instance Costs Costs Costs Costs Costs Costs Costs Costs Costs (1)-(3) (2)-(3) A-n32-k % 4.36% A-n33-k % 0.00% A-n33-k % 0.88% A-n37-k % 0.76% A-n38-k % 0.00% A-n39-k % 0.00% A-n45-k6 1, , % 0.00% A-n45-k7 1, , % 0.00% A-n55-k9 1, , % 0.00% A-n60-k9 1, , % 0.00% A-n61-k9 1, , % 0.00% A-n63-k9 1, , , , % 0.00% A-n65-k9 1, , % 0.00% A-n80-k10 2, , , , , , % 0.00% B-n31-k % 4.09% B-n35-k5 1, , % 25.96% B-n39-k % 0.00% B-n41-k % 2.54% B-n45-k % 0.00% B-n50-k % 0.00% B-n52-k % 0.00% B-n56-k % 0.00% B-n57-k9 1, , , , , , % 2.12% B-n64-k9 1, , % 0.00% B-n67-k10 1, , % 0.00% B-n68-k9 1, , % 0.00% B-n78-k10 1, , % 0.00% Averages 1, , % 1.37% From Table 1, it is clear that the best results are obtained using our asymmetric-randomization approach (average gap of almost 80% with respect to the full refill policy), i.e., using a different refill strategy for each node according to different factors such as distance from the depot, current inventory level, expected demand, demand variability, etc. Notice also that using the top strategy for each node as proposed in an intermediate stage of our approach provides a competitive solution for most instances (average gap of 1.37% with respect to our best solution). However, using non-personalized refill strategies i.e., using the same refill strategy for all the customers as proposed in most existing articles is not a good methodology since it results in considerably higher costs. Finally, Figure 2 illustrates two different routing solutions obtained with the two different refill policies proposed in our algorithm ( top and asymmetric-randomization ) for the A-n32-k5 instance. Squares ( ) represent customers receiving a full-refill. Diamonds ( ) show customers receiving a ¾- refill. Triangles ( ) represent customers receiving a ½-refill. Circles ( ) represent customers receiving a 3119

7 ¼-refill. Finally, stars (*) represent non-served customers. On the left side, the top policy solution proposes to visit some nodes with a specific inventory refill strategies and a routing configuration. While, on the right side, the asymmetrically-randomized policy applies some other inventory policies to some nodes. Thus the subset of served nodes are distinct. Both solutions propose three routes but the compositions of each is different thanks to the application of dissimilar refill policies to each node. The asymmetrically-randomized policy allows to find a better and balanced configurations with individual policies for each node. Figure 2: Solutions obtained for A-n32-k5 using the top refill and asymmetrically-randomized refill policies. 5 CONCLUSIONS In this paper, we have presented a hybrid approach for solving the Inventory Routing Problem with Stochastic Demands (IRPSD) and with stock-outs. The IRPSD is a challenging research area because it introduces random behavior into a problem combining two steps of supply chain management inventory control and distribution planning. The proposed approach integrates Monte Carlo simulation into different key phases of a heuristic approach. One of the main contributions of our methodology is that it can consider personalized refill policies for each customer, which contributes to significantly to reduce total costs over other approaches using standard refill policies. A set of benchmarks for the IRPSD were developed and a realistic expression to model inventory costs was also proposed. A complete set of tests have been performed to illustrate the methodology and analyze its efficiency as well as its potential benefits. ACKNOWLEDGMENTS This work has been partially supported by the Spanish Ministry of Science and Innovation (TRA C03) and by the Ibero-American Programme for Science, Technology and Development (CYTED RT0419) in the context of the IN3-HAROSA ( and Sustainable TransMET (Government of Navarre, Spain) research networks. 3120

8 REFERENCES Augerat, P., J.M. Belenguer, E. Benavent, A. Corberán, D. Naddef, and G. Rinaldi Computational Results with a Branch and Cut Code for the Capacitated Vehicle Routing Problem. Research Report 949-M, Université Joseph Fourier, Grenoble, France. Bard, J. F., L. Huang, P. Jaillet, and M. Dror A Decomposition Approach to the Inventory Routing Problem with Satellite Facilities. Transportation Science 32: Berman, O., and R. C. Larson Deliveries in an Inventory/Routing Problem Using Stochastic Dynamic Programming. Transportation Science 35(2): Bertazzi, L, A. Bosco, F. Guerriero, and D. Lagana A Stochastic Inventory Routing Problem with Stock-out. Transportation Research Part C, (in press) doi: /j.trc Campbell, A., L. W. Clarke, and M. Savelsbergh Inventory Routing in Practice. In The Vehicle Routing Problem, SIAM Monographs on Discrete Mathematics and Applications, Edited by P. Toth and D. Vigo. Philadelphia. Clarke, G., and J. W. Wright Scheduling of Vehicles from a Central Depot to a Number of Delivery points. Operations Research 12: Federgruen, A., and P. Zipkin A Combined Vehicle Routing and Inventory Allocation Problem. Operations Research 32: Feo, T.A. and Resende, M.G.C A probabilistic heuristic for a computationally difficult set covering problem. Operations Research Letters, 8: Feo, T.A. and Resende, M.G.C Greedy randomized adaptive search procedures. Journal of Global Optimization, 6: , Golden, B., S. Raghavan, and E. Wasil The Vehicle Routing Problem: Latest Advances and New Challenges. Springer, New York. Hvattum, L. M., A. Løkketangen, and G. Laporte Scenario Tree Based Heuristics for Stochastic Inventory Routing Problems. INFORMS Journal on Computing 21(2): Jarugumilli, S., S.E. Grasman, and S. Ramakrishnan A Simulation Framework for Real-Time Management and Control of Inventory Routing Decisions. In Proceedings of the 2006 Winter Simulation Conference. Edited by L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, Piscataway, New Jersey: Institute of Electrical and Electronics Engineers, Inc. Juan, A., J. Faulin, S. Grasman, D. Riera, J. Marull, and C. Mendez. 2011a. Using Safety Stocks and Simulation to Solve the Vehicle Routing Problem with Stochastic Demands. Transportation Research Part C 19: Juan, A., J. Faulin, J. Jorba, D. Riera, D. Masip, and B. Barrios, 2011b. On the Use of Monte Carlo Simulation, Cache and Splitting Techniques to Improve the Clarke and Wright Savings Heuristics. Journal of the Operational Research Society, 62(6): Kleywegt, A. J., V. S. Nori, and M. W. Savelsbergh Dynamic Programming Approximations for a Stochastic Inventory Routing Problem. Transportation Science 38(1): Law, A Simulation Modeling and Analysis. 4 th edition. McGraw-Hill: Boston. AUTHOR BIOGRAPHIES JOSE CACERES-CRUZ is a Ph.D. student of the Information and Knowledge Society Doctoral Programme in the Open University of Catalonia. He holds a Specialization on Information Systems from the Central University of Venezuela and a Computer Engineering degree from the Simón Bolívar University. His main research interests are related to optimization of vehicle routing on realistic scenarios, and simulation solutions. His address is jcaceresc@uoc.edu. 3121

9 ANGEL A. JUAN is an Associate Professor of Applied Optimization and Simulation in the Computer Science Department at the IN3-Open University of Catalonia (Barcelona, Spain). Dr. Juan holds a Ph.D. in Applied Computational Mathematics, an M.S. in Information Systems and Technology, and an M.S. in Applied Mathematics. His research interests include Applied Optimization and Randomized Algorithms. He has published over 100 peer-reviewed papers in international journals, books, and proceedings. Currently, he is the coordinator of the CYTED-IN3-HAROSA@IB Network and an editorial board member of both the Int. J. of Data Analysis Techniques and Strategies and the Int. J. of Information Systems and Social Change. His is ajuanp@gmail.com and his web page is SCOTT GRASMAN is a Full Professor and Department Head of Industrial and Systems Engineering at Rochester Institute of Technology. Dr. Grasman received his B.S., M.S., and Ph.D. degrees in Industrial and Operations Engineering from the University of Michigan. His primary research interests relate to the application of quantitative models to manufacturing and service systems, focusing on the design and development of supply chains and logistics. His address is segeie@rit.edu. TOLGA BEKTAS is a Reader in Management Science at the University of Southampton and Director of M.S. Business Analytics and Management Sciences and M.S. Management Science and Finance at the Southampton Management School. He holds B.S., M.S., and Ph.D. degrees in Industrial Engineering with postdoctoral research experience at the University of Montreal. His research interests are in discrete optimisation with applications to vehicle routing, service network design, and freight transportation and logistics. He is an Editor of OR Insight and an Associate Editor of Computers and Operations Research. His publications have appeared in journals such as Transportation Research Part B, Transportation Science, Networks, European Journal of Operational Research, International Journal of Production Research, Omega, and the Journal of the Operational Research Society. His is t.bektas@soton.ac.uk. JAVIER FAULIN is a Professor of Statistics and Operations Research at the Public University of Navarre (Pamplona, Spain). He holds a PhD in Economics, a MS in Operations Management, Logistics and Transportation and a MS in Applied Mathematics. His research interests include logistics, vehicle routing problems and simulation modeling and analysis. He is a member of INFORMS and EURO societies and an editorial board member of the International Journal of Applied Management Science and the International Journal of Operational Research and Information Systems. His address is javier.faulin@unavarra.es. 3122

Development of a Simheuristic Approach for Solving Realistic Inventory Routing Problems

Development of a Simheuristic Approach for Solving Realistic Inventory Routing Problems Simulation in Production and Logistics 2015 Markus Rabe & Uwe Clausen (eds.) Fraunhofer IRB Verlag, Stuttgart 2015 Development of a Simheuristic Approach for Solving Realistic Inventory Routing Problems

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. COMBINING MONTE CARLO SIMULATION WITH HEURISTICS TO SOLVE A

More information

SIMULATION MODEL FOR IRP IN PETROL STATION REPLENISHMENT

SIMULATION MODEL FOR IRP IN PETROL STATION REPLENISHMENT SIMULATION MODEL FOR IRP IN PETROL STATION REPLENISHMENT Dražen Popović a,*, Milorad Vidović a, Nenad Bjelić a a University of Belgrade, Faculty of Transport and Traffic Engineering, Department of Logistics,

More information

We consider a distribution problem in which a set of products has to be shipped from

We consider a distribution problem in which a set of products has to be shipped from in an Inventory Routing Problem Luca Bertazzi Giuseppe Paletta M. Grazia Speranza Dip. di Metodi Quantitativi, Università di Brescia, Italy Dip. di Economia Politica, Università della Calabria, Italy Dip.

More information

High-performance local search for solving real-life inventory routing problems

High-performance local search for solving real-life inventory routing problems High-performance local search for solving real-life inventory routing problems Thierry Benoist 1, Bertrand Estellon 2, Frédéric Gardi 1, Antoine Jeanjean 1 1 Bouygues e-lab, Paris, France 2 Laboratoire

More information

A Simheuristic for the Waste Collection Problem with Stochastic Demands in Smart Cities

A Simheuristic for the Waste Collection Problem with Stochastic Demands in Smart Cities Simulation in Production and Logistics 2015 Markus Rabe & Uwe Clausen (eds.) Fraunhofer IRB Verlag, Stuttgart 2015 A Simheuristic for the Waste Collection Problem with Stochastic Demands in Smart Cities

More information

A STUDY ON VENDOR-MANAGED INVENTORY FOR VENDING MACHINE NETWORK

A STUDY ON VENDOR-MANAGED INVENTORY FOR VENDING MACHINE NETWORK A STUDY ON VENDOR-MANAGED INVENTORY FOR VENDING MACHINE NETWORK Stephen C. H. Leung*, Yue Wu** and K. K. Lai* *Department of Management Sciences, City University of Hong Kong, Hong Kong **School of Management,

More information

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013.

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013. Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 109 ( 2014 ) 779 783 2 nd World Conference On Business, Economics And Management-WCBEM 2013 A hybrid metaheuristic

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. ENRICHING SIMHEURISTICS WITH PETRI NET MODELS: POTENTIAL APPLICATIONS

More information

A Genetic Algorithm on Inventory Routing Problem

A Genetic Algorithm on Inventory Routing Problem A Genetic Algorithm on Inventory Routing Problem Artvin Çoruh University e-mail: nevin.aydin@gmail.com Volume 3 No 3 (2014) ISSN 2158-8708 (online) DOI 10.5195/emaj.2014.31 http://emaj.pitt.edu Abstract

More information

Simulated Annealing Algorithm for Vehicle Routing Problem with Transshipment

Simulated Annealing Algorithm for Vehicle Routing Problem with Transshipment Simulated Annealing Algorithm for Vehicle Routing Problem with Transshipment Sukanya Thonethong #1, Jirachai Buddhakulsomsiri #2 # Logistics and Supply Chain Systems Engineering Sirindhorn International

More information

SimILS A Simulation-based extension of the Iterated Local Search metaheuristic for Stochastic Combinatorial Optimization

SimILS A Simulation-based extension of the Iterated Local Search metaheuristic for Stochastic Combinatorial Optimization SimILS A Simulation-based extension of the Iterated Local Search metaheuristic for Stochastic Combinatorial Optimization Helena Ramalhinho h Angel la. Juan Lourenço Alex Grasas Universitat Pompeu Fabra

More information

Scott E. Grasman /Missouri University of Science and Technology

Scott E. Grasman /Missouri University of Science and Technology Proceedings of the 5th Annual ISC Research Symposium ISCRS 2011 April 7, 2011, Rolla, Missouri A NEW HEURISTIC FOR INVENTORY ROUTING PROBLEM WITH BACKLOG Scott E. Grasman /Missouri University of Science

More information

Dynamic Inventory Allocation under Imperfect Information and Capacitated Supply

Dynamic Inventory Allocation under Imperfect Information and Capacitated Supply Dynamic Inventory Allocation under Imperfect Information and Capacitated Supply Maher Lahmar Sylvana S. Saudale Department of Industrial Engineering, University of Houston, Houston, TX 77204, USA mlahmar@uh.edu

More information

The inventory routing problem: the value of integration

The inventory routing problem: the value of integration Intl. Trans. in Op. Res. 23 (2016) 393 407 DOI: 10.1111/itor.12226 INTERNATIONAL TRANSACTIONS IN OPERATIONAL RESEARCH The inventory routing problem: the value of integration Claudia Archetti and M. Grazia

More information

AN ADAPTIVE LARGE NEIGHBORHOOD SEARCH ALGORITHM FOR A SELECTIVE & PERIODIC INVENTORY ROUTING PROBLEM

AN ADAPTIVE LARGE NEIGHBORHOOD SEARCH ALGORITHM FOR A SELECTIVE & PERIODIC INVENTORY ROUTING PROBLEM AN ADAPTIVE LARGE NEIGHBORHOOD SEARCH ALGORITHM FOR A SELECTIVE & PERIODIC INVENTORY ROUTING PROBLEM Deniz Aksen 1, Onur Kaya 2, F. Sibel Salman 2, Özge Tüncel 2 1 College of Adm. Sci. and Econ., Koç University,

More information

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel David Simchi-Levi Xin Chen Julien Bramel The Logic of Logistics Theory, Algorithms, and Applications for Logistics Management Third Edition ^ Springer Contents 1 Introduction 1 1.1 What Is Logistics Management?

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. A MULTI-START SIMHEURISTIC FOR THE STOCHASTIC TWO-DIMESIOAL

More information

Heuristic for the Capacitated p-median Problem under a CVRP Approach

Heuristic for the Capacitated p-median Problem under a CVRP Approach Heuristic for the Capacitated p-median Problem under a CVRP Approach Santiago Omar Caballero Morales Postgraduate Department of Logistics and Supply Chain Management Universidad Popular Autonoma del Estado

More information

Location Routing Inventory Problem with Transhipment Points Using p-center

Location Routing Inventory Problem with Transhipment Points Using p-center Location Routing Inventory Problem with Transhipment Points Using p-center S. S. R. Shariff, N. S. Kamal, M. Omar and N. H. Moin Centre for Statistical and Decision Science Studies, Faculty of Computer

More information

A Tabu Search Heuristic for the Inventory Routing Problem

A Tabu Search Heuristic for the Inventory Routing Problem A Tabu Search Heuristic for the Inventory Routing Problem Karine Cousineau-Ouimet, Department of Quantitative Methods École des Hautes Études Commerciales Montreal, Canada mailto:karine.cousineau-ouimet@hec.ca

More information

An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves

An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves Martin Savelsbergh Jin-Hwa Song The Logistics Institute School of Industrial and Systems Engineering Georgia Institute

More information

IEOR 251 Facilities Design and Logistics Spring 2005

IEOR 251 Facilities Design and Logistics Spring 2005 IEOR 251 Facilities Design and Logistics Spring 2005 Instructor: Phil Kaminsky Office: 4179 Etcheverry Hall Phone: 642-4927 Email: kaminsky@ieor.berkeley.edu Office Hours: Monday 2:00-3:00 Tuesday 11:00-12:00

More information

The vehicle routing problem with demand range

The vehicle routing problem with demand range DOI 10.1007/s10479-006-0057-0 The vehicle routing problem with demand range Ann Melissa Campbell C Science + Business Media, LLC 2006 Abstract We propose and formulate the vehicle routing problem with

More information

The value of integration in logistics

The value of integration in logistics The value of integration in logistics Claudia Archetti and M. Grazia Speranza Department of Economics and Management University of Brescia I-25122, Brescia, Italy Email: {archetti,speranza}@eco.unibs.it

More information

An Exact Solution for a Class of Green Vehicle Routing Problem

An Exact Solution for a Class of Green Vehicle Routing Problem Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Exact Solution for a Class of Green Vehicle Routing Problem Mandy

More information

USING SIMULATION AND RELIABILITY CONCEPTS TO SET STARTING TIMES IN MULTI-TASK PROJECTS WITH RANDOM DURATION AND A COMMON DEADLINE

USING SIMULATION AND RELIABILITY CONCEPTS TO SET STARTING TIMES IN MULTI-TASK PROJECTS WITH RANDOM DURATION AND A COMMON DEADLINE USING SIMULATION AND RELIABILITY CONCEPTS TO SET STARTING TIMES IN MULTI-TASK PROJECTS WITH RANDOM DURATION AND A COMMON DEADLINE Angel A. Juan (a), Laura Calvet (a), Carles Serrat (b), Sara Hatami (a)

More information

Hybrid approaches to the Repositioning Problem in Bicycle-Sharing Systems

Hybrid approaches to the Repositioning Problem in Bicycle-Sharing Systems Hybrid approaches to the Repositioning Problem in Bicycle-Sharing Systems Juan David Palacio Domínguez PhD Student in Mathematical Engineering Juan Carlos Rivera Agudelo Thesis Advisor Doctoral Seminar

More information

Time-Constrained Restless Bandits and the Knapsack Problem for Perishable Items (Extended Abstract) 1

Time-Constrained Restless Bandits and the Knapsack Problem for Perishable Items (Extended Abstract) 1 NOTICE: This is the author s version of the work that was accepted for publication in Electronic Notes in Discrete Mathematics. Changes resulting from the publishing process, such as peer review, editing,

More information

A Note on the Truck and Trailer Routing Problem

A Note on the Truck and Trailer Routing Problem A Note on the Truck and Trailer Routing Problem Shih-Wei Lin a, Vincent F. Yu b,*, Shuo-Yan Chou b a Department of Information Management, Chang Gung University No. 259, Wen-Hwa 1st Road, Kwei-Shan, Tao-Yuan

More information

Use of Genetic Algorithms in Discrete Optimalization Problems

Use of Genetic Algorithms in Discrete Optimalization Problems Use of Genetic Algorithms in Discrete Optimalization Problems Alena Rybičková supervisor: Ing. Denisa Mocková PhD Faculty of Transportation Sciences Main goals: design of genetic algorithm for vehicle

More information

Chapter 15 A Mathematical Model to Optimize Transport Cost and Inventory Level in a Single Level Logistic Network

Chapter 15 A Mathematical Model to Optimize Transport Cost and Inventory Level in a Single Level Logistic Network Chapter 15 A Mathematical Model to Optimize Transport Cost and Inventory Level in a Single Level Logistic Network Laila Kechmane, Benayad Nsiri, and Azeddine Baalal Abstract This paper proposes a mathematical

More information

Inventory routing problems with multiple customers

Inventory routing problems with multiple customers EURO J Transp Logist (2013) 2:255 275 DOI 10.1007/s13676-013-0027-z TUTORIAL Inventory routing problems with multiple customers Luca Bertazzi M. Grazia Speranza Received: 30 November 2012 / Accepted: 22

More information

Hybrid Genetic Algorithms for Two Echelon Capacitated Vehicle Routing Problem for Evaluating City Logistics Systems

Hybrid Genetic Algorithms for Two Echelon Capacitated Vehicle Routing Problem for Evaluating City Logistics Systems Hybrid Genetic Algorithms for Two Echelon Capacitated Vehicle Routing Problem for Evaluating City Logistics Systems Manasanan TITAPUNYAPAT 1, Eiichi TANIGUCHI 2 and Ali Gul QURESHI 3 1 Member of JSCE,

More information

A Process Oriented Modeling Concept for Rich Vehicle Routing Problems

A Process Oriented Modeling Concept for Rich Vehicle Routing Problems Collaborative Research Center SFB559 Modeling of Large Logistic Networks Computer Science Algorithm Engineering A Process Oriented Modeling Concept for Rich Vehicle Routing Problems Andreas Reinholz VIP

More information

Strategies for Coordinated Drayage Movements

Strategies for Coordinated Drayage Movements Strategies for Coordinated Drayage Movements Christopher Neuman and Karen Smilowitz May 9, 2002 Abstract The movement of loaded and empty equipment (trailers and containers) between rail yards and shippers/consignees

More information

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny College of Computer and Information Sciences, King Saud University, Riyadh, Saudi Arabia mifawzi@ksu.edu.sa Keywords:

More information

Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems

Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems Cheng-Yuan Lin Dept of Computer Science and Information Engineering Chung-Hua University Hsin-Chu, Taiwan m09902021@chu.edu.tw

More information

Solving Multi-Objective Multi-Constraint Optimization Problems using Hybrid Ants System and Tabu Search

Solving Multi-Objective Multi-Constraint Optimization Problems using Hybrid Ants System and Tabu Search MIC2003: The Fifth Metaheuristics International Conference HASTS-1 Solving Multi-Objective Multi-Constraint Optimization Problems using Hybrid Ants System and Tabu Search Hoong Chuin LAU, Min Kwang LIM,

More information

Modeling and optimization of ATM cash replenishment

Modeling and optimization of ATM cash replenishment Modeling and optimization of ATM cash replenishment PETER KURDEL, JOLANA SEBESTYÉNOVÁ Institute of Informatics Slovak Academy of Sciences Bratislava SLOVAKIA peter.kurdel@savba.sk, sebestyenova@savba.sk

More information

1 Introduction Importance and Objectives of Inventory Control Overview and Purpose of the Book Framework...

1 Introduction Importance and Objectives of Inventory Control Overview and Purpose of the Book Framework... Contents 1 Introduction... 1 1.1 Importance and Objectives of Inventory Control... 1 1.2 Overview and Purpose of the Book... 2 1.3 Framework... 4 2 Forecasting... 7 2.1 Objectives and Approaches... 7 2.2

More information

Proceedings of the 2017 Winter Simulation Conference W. K. V. Chan, A. D Ambrogio, G. Zacharewicz, N. Mustafee, G. Wainer, and E. Page, eds.

Proceedings of the 2017 Winter Simulation Conference W. K. V. Chan, A. D Ambrogio, G. Zacharewicz, N. Mustafee, G. Wainer, and E. Page, eds. Proceedings of the 2017 Winter Simulation Conference W. K. V. Chan, A. D Ambrogio, G. Zacharewicz, N. Mustafee, G. Wainer, and E. Page, eds. USING SIMULATION TO ESTIMATE CRITICAL PATHS AND SURVIVAL FUNCTIONS

More information

Biobjective Inventory Routing Problem

Biobjective Inventory Routing Problem Biobjective Inventory Routing Problem problem solution and decision support Martin Josef Geiger 1 Marc Sevaux 1,2 m.j.geiger@hsu-hh.de marc.sevaux@univ-ubs.fr 1 Helmut Schmidt University Logistic Management

More information

Strategic Planning Models and Approaches to Improve Distribution Planning in the Industrial Gas Industry

Strategic Planning Models and Approaches to Improve Distribution Planning in the Industrial Gas Industry Strategic Planning Models and Approaches to Improve Distribution Planning in the Industrial Gas Industry Leily Farrokhvar Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and

More information

Lower Bounds for the Two-Echelon Vehicle Routing Problem

Lower Bounds for the Two-Echelon Vehicle Routing Problem Lower Bounds for the Two-Echelon Vehicle Routing Problem Teodor Gabriel Crainic Simona Mancini Guido Perboli Roberto Tadei Département de management et technologie, Ecole des sciences de la gestion and

More information

Multi-Period Vehicle Routing

Multi-Period Vehicle Routing Multi-Period Vehicle Routing Bruce L. Golden Robert H. Smith School of Business University of Maryland Presented at TRANSLOG Workshop Reñaca, Chile December 2009 1 Colleagues and Co-Authors Damon Gulczynski,

More information

Ann Melissa Campbell

Ann Melissa Campbell Ann Melissa Campbell Department of Management Sciences Henry B. Tippie College of Business 108 John Pappajohn Business Building, Suite W244 Iowa City, Iowa 52242-1994 319-335-0918 ann-campbell@uiowa.edu

More information

1. For s, a, initialize Q ( s,

1. For s, a, initialize Q ( s, Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. A REINFORCEMENT LEARNING ALGORITHM TO MINIMIZE THE MEAN TARDINESS

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. COMBINING SIMULATION WITH METAHEURISTICS IN DISTRIBUTED SCHEDULING

More information

Vendor Managed Inventory vs. Order Based Fulfillment in a. Specialty Chemical Company

Vendor Managed Inventory vs. Order Based Fulfillment in a. Specialty Chemical Company Vendor Managed Inventory vs. Order Based Fulfillment in a Specialty Chemical Company Introduction By Dimitrios Andritsos and Anthony Craig Bulk chemicals manufacturers are considering the implementation

More information

Solution to a Multi Depot Vehicle Routing Problem Using K-means Algorithm, Clarke and Wright Algorithm and Ant Colony Optimization

Solution to a Multi Depot Vehicle Routing Problem Using K-means Algorithm, Clarke and Wright Algorithm and Ant Colony Optimization Solution to a Multi Depot Vehicle Routing Problem Using K-means Algorithm, Clarke and Wright Algorithm and Ant Colony Optimization Pranavi Singanamala 1, Dr.K. Dharma Reddy, Dr.P.Venkataramaiah 3 1 M.Tech,

More information

Vehicle Routing Tank Sizing Optimization under Uncertainty: MINLP Model and Branch-and-Refine Algorithm

Vehicle Routing Tank Sizing Optimization under Uncertainty: MINLP Model and Branch-and-Refine Algorithm Vehicle Routing Tank Sizing Optimization under Uncertainty: MINLP Model and Branch-and-Refine Algorithm Fengqi You Ignacio E. Grossmann Jose M. Pinto EWO Meeting, Sep. 2009 Vehicle Routing Tank Sizing

More information

Balanced Billing Cycles and Vehicle Routing of Meter Readers

Balanced Billing Cycles and Vehicle Routing of Meter Readers Balanced Billing Cycles and Vehicle Routing of Meter Readers by Chris Groër, Bruce Golden, Edward Wasil University of Maryland, College Park University of Maryland, College Park American University, Washington

More information

ABSTRACT. Timetable, Urban bus network, Stochastic demand, Variable demand, Simulation ISSN:

ABSTRACT. Timetable, Urban bus network, Stochastic demand, Variable demand, Simulation ISSN: International Journal of Industrial Engineering & Production Research (09) pp. 83-91 December 09, Volume, Number 3 International Journal of Industrial Engineering & Production Research ISSN: 08-4889 Journal

More information

Pro-active Dynamic Vehicle Routing

Pro-active Dynamic Vehicle Routing Francesco Ferrucci Pro-active Dynamic Vehicle Routing Real-Time Control and Request-Forecasting Approaches to Improve Customer Service Physica-Verlag A Springer Company Introduction 1 1.1 Motivation 3

More information

Sven Axsäter. Inventory Control. Third Edition. Springer

Sven Axsäter. Inventory Control. Third Edition. Springer Sven Axsäter Inventory Control Third Edition Springer Contents 1 Introduction 1 1.1 Importance and Objectives of Inventory Control 1 1.2 Overview and Purpose of the Book 2 1.3 Framework 4 2 Forecasting

More information

GRASP with Path Relinking for the Two-Echelon Vehicle Routing Problem

GRASP with Path Relinking for the Two-Echelon Vehicle Routing Problem GRASP with Path Relinking for the Two-Echelon Vehicle Routing Problem Teodor Gabriel Crainic Simona Mancini Guido Perboli Roberto Tadei August 2012 Bureaux de Montréal : Bureaux de Québec : Université

More information

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example.

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example. Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example Amina Lamghari COSMO Stochastic Mine Planning Laboratory! Department

More information

The Min-Max Multi-Depot Vehicle Routing Problem: Three-Stage Heuristic and Computational Results

The Min-Max Multi-Depot Vehicle Routing Problem: Three-Stage Heuristic and Computational Results The Min-Max Multi-Depot Vehicle Routing Problem: Three-Stage Heuristic and Computational Results X. Wang, B. Golden, and E. Wasil INFORMS Minneapolis October, 2013 Introduction In the Multi-Depot VRP,

More information

A Variable Neighbourhood Search for the Workforce Scheduling and Routing Problem

A Variable Neighbourhood Search for the Workforce Scheduling and Routing Problem A Variable Neighbourhood Search for the Workforce Scheduling and Routing Problem Rodrigo Lankaites Pinheiro, Dario Landa-Silva, and Jason Atkin School of Computer Science, ASAP Research Group The University

More information

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN Farshad Farshchi Department of Industrial Engineering, Parand Branch, Islamic Azad University, Parand, Iran Davood Jafari Department of Industrial

More information

Dynamic Vehicle Routing and Dispatching

Dynamic Vehicle Routing and Dispatching Dynamic Vehicle Routing and Dispatching Jean-Yves Potvin Département d informatique et recherche opérationnelle and Centre interuniversitaire de recherche sur les réseaux d entreprise, la logistique et

More information

On the Interactions Between Routing and Inventory-Management Policies in a One-Warehouse N-Retailer Distribution System

On the Interactions Between Routing and Inventory-Management Policies in a One-Warehouse N-Retailer Distribution System On the Interactions Between Routing and Inventory-Management Policies in a One-Warehouse N-Retailer Distribution System Leroy B. Schwarz James Ward Xin Zhai Krannert Graduate School of Management Purdue

More information

VRP algorithms for decision support systems to evaluate collaborative urban freight transport systems

VRP algorithms for decision support systems to evaluate collaborative urban freight transport systems VRP algorithms for decision support systems to evaluate collaborative urban freight transport systems Jesus Gonzalez-Feliu, Josep-Maria Salanova Grau To cite this version: Jesus Gonzalez-Feliu, Josep-Maria

More information

A Decomposition Approach for the Inventory Routing Problem

A Decomposition Approach for the Inventory Routing Problem A Decomposition Approach for the Inventory Routing Problem Ann Melissa Campbell Martin W.P. Savelsbergh Tippie College of Business Management Sciences Department University of Iowa Iowa City, IA 52242

More information

Customer Consolidated Routing Problem An Omni-channel Retail Study

Customer Consolidated Routing Problem An Omni-channel Retail Study Customer Consolidated Routing Problem An Omni-channel Retail Study Joydeep Paul a,, Niels Agatz a, Remy Spliet b, René de Koster a a Rotterdam School of Management, Erasmus University, Burgemeester Oudlaan

More information

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests Pandhapon Sombuntham and Voratas Kachitvichayanukul Abstract A particle swarm optimization

More information

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

Decision Support and Business Intelligence Systems

Decision Support and Business Intelligence Systems Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 4: Modeling and Analysis Learning Objectives Understand the basic concepts of management support system (MSS) modeling

More information

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Advanced OR and AI Methods in Transportation TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Maurizio BIELLI, Mariagrazia MECOLI Abstract. According to the new tendencies in marketplace, such as

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization Part 4: Algorithms Fall 2009 Instructor: Dr. Masoud Yaghini Ant Colony Optimization: Part 4 Outline The Traveling Salesman Problem ACO Algorithms for TSP Ant System (AS) Elitist

More information

A Study of Crossover Operators for Genetic Algorithms to Solve VRP and its Variants and New Sinusoidal Motion Crossover Operator

A Study of Crossover Operators for Genetic Algorithms to Solve VRP and its Variants and New Sinusoidal Motion Crossover Operator International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 7 (2017), pp. 1717-1733 Research India Publications http://www.ripublication.com A Study of Crossover Operators

More information

Modeling a Four-Layer Location-Routing Problem

Modeling a Four-Layer Location-Routing Problem Modeling a Four-Layer Location-Routing Problem Paper 018, ENG 105 Mohsen Hamidi, Kambiz Farahmand, S. Reza Sajjadi Department of Industrial and Manufacturing Engineering North Dakota State University Mohsen.Hamidi@my.ndsu.edu,

More information

International Conference on Education, Management, Commerce and Society (EMCS 2015)

International Conference on Education, Management, Commerce and Society (EMCS 2015) International Conference on Education, Management, Commerce and Society (EMCS 2015) Research to Improve Vehicle Scheduling Efficiency in the Supply Chain on the Strategies: Automotive Logistics & Distribution

More information

Developing a hybrid algorithm for distribution network design problem

Developing a hybrid algorithm for distribution network design problem Proceedings of the 2011 International Conference on Industrial Engineering and Operations Management Kuala Lumpur, Malaysia, January 22 24, 2011 Developing a hybrid algorithm for distribution network design

More information

Proceedings of the 2008 Winter Simulation Conference S. J. Mason, R. R. Hill, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds.

Proceedings of the 2008 Winter Simulation Conference S. J. Mason, R. R. Hill, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. Proceedings of the 2008 Winter Simulation Conference S. J. Mason, R. R. Hill, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. DETERMINATION OF OPERATING POLICIES FOR A BARGE TRANSPORTATION SYSTEM THROUGH

More information

OPTIMIZATION AND OPERATIONS RESEARCH Vol. IV - Inventory Models - Waldmann K.-H

OPTIMIZATION AND OPERATIONS RESEARCH Vol. IV - Inventory Models - Waldmann K.-H INVENTORY MODELS Waldmann K.-H. Universität Karlsruhe, Germany Keywords: inventory control, periodic review, continuous review, economic order quantity, (s, S) policy, multi-level inventory systems, Markov

More information

An Innovative Heuristic in Multi-Item Replenishment Problem for One Warehouse and N Retailers

An Innovative Heuristic in Multi-Item Replenishment Problem for One Warehouse and N Retailers Jurnal Teknik Industri, Vol. 16,. 1, Juni 2014, 1-8 ISSN 1411-2485 print / ISSN 2087-7439 online DOI: 10.9744/jti.16.1.1-8 An Innovative Heuristic in Multi-Item Replenishment Problem for One Warehouse

More information

Inventory Routing Problem for the LNG Business

Inventory Routing Problem for the LNG Business Inventory Routing Problem for the LNG Business Roar Grønhaug 1 Marielle Christiansen 1 Guy Desaulniers 2,3 Jacques Desrosiers 2,4 1 Norwegian University of Science and Technology, 2 GERAD, 3 Ecole Polytechnique

More information

THE VALUE OF DISCRETE-EVENT SIMULATION IN COMPUTER-AIDED PROCESS OPERATIONS

THE VALUE OF DISCRETE-EVENT SIMULATION IN COMPUTER-AIDED PROCESS OPERATIONS THE VALUE OF DISCRETE-EVENT SIMULATION IN COMPUTER-AIDED PROCESS OPERATIONS Foundations of Computer Aided Process Operations Conference Ricki G. Ingalls, PhD Texas State University Diamond Head Associates,

More information

A Decision-Making Process for a Single Item EOQ NLP Model with Two Constraints

A Decision-Making Process for a Single Item EOQ NLP Model with Two Constraints American Journal of Business, Economics and Management 205; 3(5): 266-270 Published online September 7, 205 (http://www.openscienceonline.com/journal/ajbem) A Decision-Making Process for a Single Item

More information

Irrigation network design and reconstruction and its analysis by simulation model

Irrigation network design and reconstruction and its analysis by simulation model SSP - JOURNAL OF CIVIL ENGINEERING Vol. 9, Issue 1, 2014 DOI: 10.2478/sspjce-2014-0001 Irrigation network design and reconstruction and its analysis by simulation model Milan Čistý, Zbynek Bajtek, Anna

More information

A Decision-Making Approach for Supplier Selection in the Presence of Supply Risk

A Decision-Making Approach for Supplier Selection in the Presence of Supply Risk A Decision-Making Approach for Supplier Selection in the Presence of Supply Risk Z. Khojasteh-Ghamari and T. Irohara Faculty of Science and Technology, Sophia University, Tokyo, Japan Email: khojaste.z@gmail.com;

More information

Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes

Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Thibaut VIDAL LOSI et CIRRELT Université de Technologie de Troyes et Université

More information

WebShipCost - Quantifying Risk in Intermodal Transportation

WebShipCost - Quantifying Risk in Intermodal Transportation WebShipCost - Quantifying Risk in Intermodal Transportation Zhe Li, Heather Nachtmann, and Manuel D. Rossetti Department of Industrial Engineering University of Arkansas Fayetteville, AR 72701, USA Abstract

More information

Optimization Using Simulation of the Vehicle Routing Problem

Optimization Using Simulation of the Vehicle Routing Problem Optimization Using Simulation of the Vehicle Routing Problem Nayera E. El-Gharably, Khaled S. El-Kilany, and Aziz E. El-Sayed Abstract A key element of many distribution systems is the routing and scheduling

More information

Transactions on the Built Environment vol 33, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 33, 1998 WIT Press,  ISSN Effects of designated time on pickup/delivery truck routing and scheduling E. Taniguchf, T. Yamada\ M. Tamaishi*, M. Noritake^ "Department of Civil Engineering, Kyoto University, Yoshidahonmachi, Sakyo-kyu,

More information

Combinatorial Auctions

Combinatorial Auctions T-79.7003 Research Course in Theoretical Computer Science Phase Transitions in Optimisation Problems October 16th, 2007 Combinatorial Auctions Olli Ahonen 1 Introduction Auctions are a central part of

More information

STATISTICAL TECHNIQUES. Data Analysis and Modelling

STATISTICAL TECHNIQUES. Data Analysis and Modelling STATISTICAL TECHNIQUES Data Analysis and Modelling DATA ANALYSIS & MODELLING Data collection and presentation Many of us probably some of the methods involved in collecting raw data. Once the data has

More information

Vehicle Routing with Cross Docks, Split Deliveries, and Multiple Use of Vehicles. Arun Kumar Ranganathan Jagannathan

Vehicle Routing with Cross Docks, Split Deliveries, and Multiple Use of Vehicles. Arun Kumar Ranganathan Jagannathan Vehicle Routing with Cross Docks, Split Deliveries, and Multiple Use of Vehicles by Arun Kumar Ranganathan Jagannathan A thesis submitted to the Graduate Faculty of Auburn University in partial fulfillment

More information

LOAD SHARING IN HETEROGENEOUS DISTRIBUTED SYSTEMS

LOAD SHARING IN HETEROGENEOUS DISTRIBUTED SYSTEMS Proceedings of the 2 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. LOAD SHARING IN HETEROGENEOUS DISTRIBUTED SYSTEMS Helen D. Karatza Department of Informatics

More information

Multi-Period Vehicle Routing Problem with Due Dates

Multi-Period Vehicle Routing Problem with Due Dates Multi-Period Vehicle Routing Problem with Due Dates Claudia Archetti Ola Jabali Maria Grazia Speranza September 2014 Claudia Archetti 1, Ola Jabali 2,*, Maria Grazia Speranza 1 1 Department of Economics

More information

EFFICIENT VEHICLE ROUTING PROBLEM: A SURVEY

EFFICIENT VEHICLE ROUTING PROBLEM: A SURVEY REVIEW ARTICLE ISSN: 2321-7758 EFFICIENT VEHICLE ROUTING PROBLEM: A SURVEY V.PRAVEEN 1, V.HEMALATHA 2, K.JOTHIMANI 3, M.POOVIZHI 4, V.GOBU 5 1, 2, 3,4&5 Assistant Professor, CSE, N.S.N College of Engineering

More information

International Journal for Management Science And Technology (IJMST)

International Journal for Management Science And Technology (IJMST) Volume 3; Issue 2 Manuscript- 3 ISSN: 2320-8848 (Online) ISSN: 2321-0362 (Print) International Journal for Management Science And Technology (IJMST) VALIDATION OF A MATHEMATICAL MODEL IN A TWO ECHELON

More information

Routing and Inventory Allocation Policies in Multi-Echelon. Distribution Systems

Routing and Inventory Allocation Policies in Multi-Echelon. Distribution Systems Routing and Inventory Allocation Policies in Multi-Echelon Distribution Systems Routing and Inventory Allocation Policies in Multi-Echelon Distribution Systems Sangwook Park College of Business Administration

More information

Robustness of Inventory Replenishment and Customer Selection Policies for the Dynamic and Stochastic Inventory-Routing Problem

Robustness of Inventory Replenishment and Customer Selection Policies for the Dynamic and Stochastic Inventory-Routing Problem Robustness of Inventory Replenishment and Customer Selection Policies for the Dynamic and Stochastic Inventory-Routing Problem Rául F. Roldán Rosa Basagoiti Leandro C. Coelho April 2016 CIRRELT-2016-20

More information

Clustering-Based Heuristics for the Two-Echelon Vehicle Routing Problem

Clustering-Based Heuristics for the Two-Echelon Vehicle Routing Problem Clustering-Based Heuristics for the Two-Echelon Vehicle Routing Problem Teodor Gabriel Crainic Simona Mancini Guido Perboli Roberto Tadei November 2008 Clustering-Based Heuristics for the Two-Echelon Vehicle

More information

A MICROSCOPIC TRAFFIC SIMULATION BASED DECISION SUPPORT SYSTEM FOR REAL-TIME FLEET MANAGEMENT

A MICROSCOPIC TRAFFIC SIMULATION BASED DECISION SUPPORT SYSTEM FOR REAL-TIME FLEET MANAGEMENT A MICROSCOPIC TRAFFIC SIMULATION BASED DECISION SUPPORT SYSTEM FOR REAL-TIME FLEET MANAGEMENT City CEDM City Distribution CEDM Distribution Terminal Terminal LOGISTICS BASE Jaume Barceló Hanna Grzybowska

More information

Rollon-Rolloff Vehicle Routing Problem. in the Waste Collection Industry

Rollon-Rolloff Vehicle Routing Problem. in the Waste Collection Industry Rollon-Rolloff Vehicle Routing Problem in the Waste Collection Industry Juyoung Wy 1, Byung-In Kim 2 Industrial & Management Engineering, POSTECH (Pohang University of Science & Technology) San 31, Hyoja-Dong,

More information

Extended Model Formulation of the Proportional Lot-Sizing and Scheduling Problem. Waldemar Kaczmarczyk

Extended Model Formulation of the Proportional Lot-Sizing and Scheduling Problem. Waldemar Kaczmarczyk Decision Making in Manufacturing and Services Vol. 5 2011 No. 1 2 pp. 49 56 Extended Model Formulation of the Proportional Lot-Sizing and Scheduling Problem with Lost Demand Costs Waldemar Kaczmarczyk

More information