Solving Transportation Logistics Problems Using Advanced Evolutionary Optimization

Size: px
Start display at page:

Download "Solving Transportation Logistics Problems Using Advanced Evolutionary Optimization"

Transcription

1 Solving Transportation Logistics Problems Using Advanced Evolutionary Optimization Transportation logistics problems and many analogous problems are usually too complicated and difficult for standard Linear or Nonlinear Programming techniques to solve adequately. This is because there are so many possible routes to consider, once we have more than a few waypoints along the route. For any given number of waypoints, n, along a route, there are (n-1)! [i.e., n-1 factorial] possible paths. With more than a few waypoints, this can quickly generate an astronomically huge number of possible paths, as the following shows: Number of Waypoints [n] Number of Unique Paths [(n-1)!] , ,178,291, ,645,100,408,832,000 So a route containing 20 waypoints has more than quadrillion possible unique paths. To solve such problems, we turn to evolutionary optimization. [Follow this link for a brief conceptual overview of evolutionary optimization.] The Traveling Salesperson Problem * The classic traveling salesperson problem involves finding the shortest route that will allow the salesperson to visit each of a given number of cities just once. Here we will present an example involving 15 cities. As the table above shows, there are more than 87 billion possible unique paths between these 15 cities. Here is a statement of the problem. First we have a matrix of distances between 15 cities (labeled zero to 14), resulting in 14 sequential paths (below the matrix) if we simply move from city 0 to 1, etc., and end by going from city 14 back to city 0. The numbers in green are the variable values that the optimization model will alter to design the optimum route. When those numbers change, this will also alter the numbers to their left in the next row: 1

2 The simple route taken in the order that the cities are listed in the matrix gives us a total route length of 817 miles. How short a route can we achieve using evolutionary optimization? Here is the solution to the routing problem: 2

3 Beginning at city 0, we move next to city 10, then to city 3 and so on, ending by going from city 12 back to city 0. The total distance traveled is only 291 miles, a 64% savings in total route length. This was a simple transportation logistics example using a single vehicle and a single route. Next we will present a more complicated example. Multi-Vehicle Transportation Logistics ** Here we present a hypothetical example in which a local company in the western suburbs of Boston, MA, needs to optimize a delivery schedule using four trucks to make deliveries to 20 customers. Although we could include time windows in our model, with penalties for early and/or late arrivals, for the sake of simplicity we will omit those here. Shown below is the setup of the problem, showing the default situation before optimization. The truck data are in the top portion of the table, where each truck begins its route at depot location 3

4 TO-1, TO-2, TO-3 or TO-4, respectively, and ends its route at the same location, designated TT- 1, TT-2, TT-3 or TT-4, respectively. ("TO" stands for "Truck Origin" point; "TT" stands for "Truck Terminal" point). The latitude and longitude are shown as well, telling us that, in this particular example, all four trucks actually begin and end their routes at the same depot location (in this case, the retail store). The bottom half of the table shows similar data for the customer delivery locations, named D-1 through D-20. Each delivery location name will subsequently be given a corresponding push-pin location on a satellite-photo map (see below), where push pins are color-coded according to delivery route. Here is the initial unoptimized solution, giving us a default baseline solution before we apply the optimization algorithm to solve the problem: 4

5 The default starting scenario has three of the trucks making no deliveries, and the fourth truck making deliveries until it is empty, in the arbitrary order in which the customers are listed to begin with. This would obviously be a very inefficient delivery plan, but it serves to set up the problem and give us a baseline. We won't explain every column in the above table here; but the key columns to note above are the "Depart (Minute)" column (fifth from the right side); the "Cumulative Capacity" column (second from right); and the "Capacity Short" column (at the far right). The "Depart (Minute) column tells us at what time, in relative minutes, the truck departed a point along the route, beginning with a time of zero at the starting depot and ending, in the bottom row for each truck, with a final count of minutes. The fourth truck was the only one to make deliveries in the unoptimized scenario, so we need concentrate only on that portion of the table. For this hypothetical problem, we assume that each truck has a capacity of five units, and that it delivers one unit of capacity at each delivery point along the route, thus decreasing its capacity by one unit. The "Capacity Short" column shows us at which stops there was a capacity shortage, i.e., the truck was empty and could not make any delivery. Since the fourth truck was the only one to make deliveries, it had no shortages for the first five stops, and then it had 5

6 shortages at each stop after the first five on its route, resulting in one unit of shortage at each of the last 15 stops. The table below summarizes the result of the unoptimized solution: The theoretical unoptimized total cost would be excessive (about $6,447). In our hypothetical example, this total cost is based on a travel cost of $1 per minute, plus a penalty of $100 whenever we are short of capacity to deliver at a delivery point. In this case, our travel costs are about $4,947, and we were short of delivery capacity at 15 delivery locations, which adds an additional cost of $1,500 (i.e., 15 x $100). (Note: the penalty amount of $100 used here is arbitrary, and can be adjusted appropriately for a given real-world situation to accurately reflect the flexibility of resource constraints--and thus the penalty for violating the constraints.) Below we see the result after optimizing the solution: 6

7 The first truck completed its route in just over five hours; the second truck finished in about four hours and thirty-six minutes; the third truck took about 10 hours and 22 minutes; and the fourth truck took about four hours and thirty-nine minutes. So the total number of travel minutes was about 1,958. Here is the summary of results, showing that our total travel costs are now only about $1,958. We were not short of capacity at any delivery point, so we had no penalty fees: Here is a map of the proposed routes for the four trucks: 7

8 And here is the map representation in Google Earth, where each different color of push pin represents a delivery point for a different truck/route: 8

9 The latitudes and longitudes for the delivery points can be imported from the optimized solution's geographic matrix (not shown here) into a GPS device or an online mapdirections provider to generate a vehicle route the driver can easily follow. In addition to optimizing transportation logistics, there are other problems that may seem different but are actually just analogs of transportation. For example, we might have an automated drill press or welding machine, etc., that has to drill many holes or make many welds in an object. Just as with transportation, we could use optimization to accomplish these tasks, or 9

10 many others, with the minimum movement necessary. This could save substantial time and machine wear over the course of a production run. * The raw input data for the Traveling Salesperson Problem example come from TSPLIB (Traveling Salesman Problem Library), a collection of traveling salesperson problem datasets maintained by Gerhard Reinelt at: Those data were furnished under the GNU Lesser Public License, the text of which may be found here: ** The location data for the four-truck delivery problem were created by a random-number generator. For real-life problems, these data would be entered either manually or from a GPS or online map source file. Copyright 2010, SmartDrill. All rights reserved. 10

Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras

Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Lecture - 37 Transportation and Distribution Models In this lecture, we

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

TRANSPORTATION PROBLEM AND VARIANTS

TRANSPORTATION PROBLEM AND VARIANTS TRANSPORTATION PROBLEM AND VARIANTS Introduction to Lecture T: Welcome to the next exercise. I hope you enjoyed the previous exercise. S: Sure I did. It is good to learn new concepts. I am beginning to

More information

Transportation Problems

Transportation Problems C H A P T E R 11 Transportation Problems Learning Objectives: Understanding the feature of Assignment Problems. Formulate an Assignment problem. Hungarian Method Unbalanced Assignment Problems Profit Maximization

More information

Developments in Business Simulation & Experiential Exercises, Volume 15, 1988

Developments in Business Simulation & Experiential Exercises, Volume 15, 1988 INTEGRATING PROLOG INTO AN UNDERGRADUATE LOGISTICS COURSE George C. Jackson Wayne State University ABSTRACT Computer-based simulation games have been adopted in many classrooms with great success. One

More information

I. General Description

I. General Description ATTACHMENT A SCOPE OF WORK SMART PHONE GPS TRACKING SYSTEM I. General Description A. The Board wants a smart phone-based application that utilizes global positioning system ( GPS ) to determine and track

More information

Strategic Route Planner

Strategic Route Planner Product Information Strategic Route Planner Optimizing Where the Rubber Meets the Road Effectively managing delivery routes involves two distinct phases. First, a plan must be built to efficiently deploy

More information

Global Logistics Road Planning: A Genetic Algorithm Approach

Global Logistics Road Planning: A Genetic Algorithm Approach The Sixth International Symposium on Operations Research and Its Applications (ISORA 06) Xinjiang, China, August 8 12, 2006 Copyright 2006 ORSC & APORC pp. 75 81 Global Logistics Road Planning: A Genetic

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

Available online at ScienceDirect. Procedia Manufacturing 11 (2017 ) Wan Chen Chiang, Chen Yang Cheng*

Available online at   ScienceDirect. Procedia Manufacturing 11 (2017 ) Wan Chen Chiang, Chen Yang Cheng* Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 11 (2017 ) 2156 2163 27th International Conference on Flexible Automation and Intelligent Manufacturing, FAIM2017, 27-30 June

More information

Designing Full Potential Transportation Networks

Designing Full Potential Transportation Networks Designing Full Potential Transportation Networks What Got You Here, Won t Get You There Many supply chains are the product of history, developed over time as a company grows with expanding product lines

More information

ME 375K Production Engineering Management First Test, Spring 1998 Each problem is 20 points

ME 375K Production Engineering Management First Test, Spring 1998 Each problem is 20 points Name ME 375K Production Engineering Management First Test, Spring 1998 Each problem is 2 points 1. A raw material inventory holds an expensive product that costs $1 for each item. The annual demand for

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING

CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING 93 CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING 5.1 INTRODUCTION The SCMS model is solved using Lexicographic method by using LINGO software. Here the objectives

More information

Remote staff support. Safety Assistance Management. Helping businesses maximise staff efficiency whilst improving safety

Remote staff support. Safety Assistance Management. Helping businesses maximise staff efficiency whilst improving safety Remote staff support Safety Assistance Management Helping businesses maximise staff efficiency whilst improving safety Helping businesses maximise staff efficiency whilst improving safety Safety Assistance

More information

Transportation Cost Optimization

Transportation Cost Optimization Transportation Cost Optimization Bashkim Çerkini Kellogg and Brown & Root, Ferizaj, Kosovë bashkimqerkini@gmail.com Roberta Bajrami University AAB, Ferizaj, Kosovë Roberta.Bajrami@universitetiaab.com Robert

More information

Assignment Technique for solving Transportation Problem A Case Study

Assignment Technique for solving Transportation Problem A Case Study Assignment Technique for solving Transportation Problem A Case Study N. Santosh Ranganath Faculty Member, Department of Commerce and Management Studies Dr. B. R. Ambedkar University, Srikakulam, Andhra

More information

University Question Paper Two Marks

University Question Paper Two Marks University Question Paper Two Marks 1. List the application of Operations Research in functional areas of management. Answer: Finance, Budgeting and Investment Marketing Physical distribution Purchasing,

More information

A Solution Approach for the Joint Order Batching and Picker Routing Problem in Manual Order Picking Systems

A Solution Approach for the Joint Order Batching and Picker Routing Problem in Manual Order Picking Systems A Solution Approach for the Joint Order Batching and Picker Routing Problem in Manual Order Picking Systems André Scholz Gerhard Wäscher Otto-von-Guericke University Magdeburg, Germany Faculty of Economics

More information

MobileMapper Pro FAQ: Using Waypoints

MobileMapper Pro FAQ: Using Waypoints MobileMapper Pro FAQ: Using Waypoints 13 September 2006 How do I create waypoint files in MobileMapper Office for uploading to the receiver? Click on Tools > Place Waypoints or on the Place Waypoints icon

More information

Transport Decisions in Logistics/Supply Chain Management

Transport Decisions in Logistics/Supply Chain Management Transport Decisions in Logistics/Supply Chain Management Prepared by Dr. M. S. Memon Department of Industrial Engineering and Management Mehran UET, Jamshoro, Pakistan Sometimes your only available transportation

More information

Machine Learning 2.0 for the Uninitiated A PRACTICAL GUIDE TO IMPLEMENTING ML 2.0 SYSTEMS FOR THE ENTERPRISE.

Machine Learning 2.0 for the Uninitiated A PRACTICAL GUIDE TO IMPLEMENTING ML 2.0 SYSTEMS FOR THE ENTERPRISE. Machine Learning 2.0 for the Uninitiated A PRACTICAL GUIDE TO IMPLEMENTING ML 2.0 SYSTEMS FOR THE ENTERPRISE. What is ML 2.0? ML 2.0 is a new paradigm for approaching machine learning projects. The key

More information

Solving the Vehicle Routing Problem with Multiple Multi-Capacity Vehicles

Solving the Vehicle Routing Problem with Multiple Multi-Capacity Vehicles Solving the Vehicle Routing Problem with Multiple Multi-Capacity Vehicles Michael S. Sanders, Jr. Computer Systems Lab, 2008-2009 Thomas Jefferson High School for Science and Technology Alexandria, Virginia

More information

Technology in Freight

Technology in Freight Technology in Freight A Look at Technology s Impact on How We Move Goods Meredith K. Cebelak, PE, PhD Property of Gresham, Smith and Partners Freight Technologies Tracking Goods Drivers 3D Printing Connected

More information

Transportation problem

Transportation problem Transportation problem Operations research (OR) are concerned with scientifically deciding how to best design and operate people machine systems, usually under conditions requiring the allocation of scarce

More information

standard component library

standard component library standard component library manual standard component library /21 standard component library manual 2/21 Table of Contents layouts Airport Baggage Handling High Volume Consumer Goods (HVCG) Packing Line

More information

The Time Window Assignment Vehicle Routing Problem

The Time Window Assignment Vehicle Routing Problem The Time Window Assignment Vehicle Routing Problem Remy Spliet, Adriana F. Gabor June 13, 2012 Problem Description Consider a distribution network of one depot and multiple customers: Problem Description

More information

Waiting Strategies for Regular and Emergency Patient Transportation

Waiting Strategies for Regular and Emergency Patient Transportation Waiting Strategies for Regular and Emergency Patient Transportation Guenter Kiechle 1, Karl F. Doerner 2, Michel Gendreau 3, and Richard F. Hartl 2 1 Vienna Technical University, Karlsplatz 13, 1040 Vienna,

More information

USE OF DYNAMIC SIMULATION TO ANALYZE STORAGE AND RETRIEVAL STRATEGIES

USE OF DYNAMIC SIMULATION TO ANALYZE STORAGE AND RETRIEVAL STRATEGIES Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. USE OF DYNAMIC SIMULATION TO ANALYZE STORAGE AND RETRIEVAL STRATEGIES Mark A.

More information

Research on Optimization of Delivery Route of Online Orders

Research on Optimization of Delivery Route of Online Orders Frontiers in Management Research, Vol. 2, No. 3, July 2018 https://dx.doi.org/10.22606/fmr.2018.23002 75 Research on Optimization of Delivery Route of Online Orders Zhao Qingju School of Information Beijing

More information

Discussion of Logistics Network Optimization Problems in the Cloud Logistics Environment

Discussion of Logistics Network Optimization Problems in the Cloud Logistics Environment Discussion of Logistics Network Optimization Problems in the Cloud Logistics Environment 1 College of Management Science and Engineering Shandong Normal University Shandong, 250014, China E-mail:15264173151@163.com

More information

Stated Preference (Conjoint) Market Research Data

Stated Preference (Conjoint) Market Research Data Stated Preference (Conjoint) Market Research Data Data for Estimation of Choice Models Revealed Preferences (RP): observed or reported actual behavior Travel diaries Stated Preferences (SP): Response to

More information

Word Count: 3792 words + 4 figure(s) + 4 table(s) = 5792 words

Word Count: 3792 words + 4 figure(s) + 4 table(s) = 5792 words THE INTERPLAY BETWEEN FLEET SIZE, LEVEL-OF-SERVICE AND EMPTY VEHICLE REPOSITIONING STRATEGIES IN LARGE-SCALE, SHARED-RIDE AUTONOMOUS TAXI MOBILITY-ON-DEMAND SCENARIOS Shirley Zhu Department of Operations

More information

SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES

SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES Al-Naimi Assistant Professor Industrial Engineering Branch Department of Production Engineering and Metallurgy University of Technology Baghdad - Iraq dr.mahmoudalnaimi@uotechnology.edu.iq

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

Determination of a Fair Price for Blood Transportation by Applying the Vehicle Routing Problem: A Case for National Blood Center, Thailand

Determination of a Fair Price for Blood Transportation by Applying the Vehicle Routing Problem: A Case for National Blood Center, Thailand Determination of a Fair Price for Blood Transportation by Applying the Vehicle Routing Problem: A Case for National Blood Center, Thailand S. Pathomsiri, and P. Sukaboon Abstract The National Blood Center,

More information

November 16, Metropolitan Washington Council of Governments National Capital Region Transportation Planning Board. Review of FTA Summit Software

November 16, Metropolitan Washington Council of Governments National Capital Region Transportation Planning Board. Review of FTA Summit Software Metropolitan Washington Council of Governments National Capital Region Transportation Planning Board Review of FTA Summit Software November 16, 2007 8300 Boone Blvd, Suite 700 Vienna, VA 22182 (703) 847-3071

More information

Advanced skills in CPLEX-based network optimization in anylogistix

Advanced skills in CPLEX-based network optimization in anylogistix Advanced skills in CPLEX-based network optimization in anylogistix Prof. Dr. Dmitry Ivanov Professor of Supply Chain Management Berlin School of Economics and Law Additional teaching note to the e-book

More information

Transshipment. Chapter 493. Introduction. Data Structure. Example Model

Transshipment. Chapter 493. Introduction. Data Structure. Example Model Chapter 493 Introduction The transshipment model is a special case of the minimum cost capacitated flow model in which there are no capacities or minimums on the arc flows. The transshipment model is similar

More information

How to Keep the Delivery of Your Pricing and Other Sales Information Simple! Module 4

How to Keep the Delivery of Your Pricing and Other Sales Information Simple! Module 4 How to Keep the Delivery of Your Pricing and Other Sales Information Simple! Module 4 In Module 1 we talked about the Myths of Pricing and then we went over the basics of gathering your financial information

More information

Salford Predictive Modeler. Powerful machine learning software for developing predictive, descriptive, and analytical models.

Salford Predictive Modeler. Powerful machine learning software for developing predictive, descriptive, and analytical models. Powerful machine learning software for developing predictive, descriptive, and analytical models. The Company Minitab helps companies and institutions to spot trends, solve problems and discover valuable

More information

FleetOutlook Summer 2011 Release Notes

FleetOutlook Summer 2011 Release Notes FleetOutlook Summer 2011 Release Notes Version 6.3 Last Updated: June 24, 2011 Copyright 1991-2011 Wireless Matrix. All rights reserved. Table of Contents Introduction... 2 Dashboard Tab Update... 2 Additional

More information

Geographical Information Systems Approach for Transportation Planning Management

Geographical Information Systems Approach for Transportation Planning Management Geographical Information Systems Approach for Transportation Planning Management Adsavakulchai, S. School of Engineering, University of the Thai Chamber of Commerce 126/1 Vibphavadee Rangsit Rd., Thailand

More information

IBM Decision Optimization and Data Science

IBM Decision Optimization and Data Science IBM Decision Optimization and Data Science Overview IBM Decision Optimization products use advanced mathematical and artificial intelligence techniques to support decision analysis and identify the best

More information

Achieving System Optimal Routing and Understanding Implication to Travel Demand Forecasting [ITM # 82]

Achieving System Optimal Routing and Understanding Implication to Travel Demand Forecasting [ITM # 82] Paper Author (s) Xianbiao Hu (corresponding), University of Arizona (huxianbiao@gmail.com) Yi-Chang Chiu, University of Arizona (chiu@email.arizona.edu) Jeffrey A. Shelton, Texas A&M Transportation Institute

More information

JD Edwards EnterpriseOne Order Promising: Save Time and Improve Accuracy. An Oracle White Paper January 2004

JD Edwards EnterpriseOne Order Promising: Save Time and Improve Accuracy. An Oracle White Paper January 2004 JD Edwards EnterpriseOne Order Promising: Save Time and Improve Accuracy An Oracle White Paper January 2004 JD Edwards EnterpriseOne Order Promising: Save Time and Improve Accuracy EXECUTIVE OVERVIEW When

More information

to Saving Time Routing a Path We Visualize Your World Presented By: Todd Wascher, Business Development Manager

to Saving Time Routing a Path We Visualize Your World Presented By: Todd Wascher, Business Development Manager Government/In dustry Look to Routing a Path to Saving Time and Money Presented By: Todd Wascher, Business Development Manager 04.20.11 We Visualize Your World Are we there yet? the need for routing Are

More information

A Study on Transportation Algorithm of Bi-Level Logistics Nodes Based on Genetic Algorithm

A Study on Transportation Algorithm of Bi-Level Logistics Nodes Based on Genetic Algorithm A Study on Transportation Algorithm of Bi-Level Logistics Nodes Based on Genetic Algorithm Jiacheng Li 1 and Lei Li 1 1 Faculty of Science and Engineering, Hosei University, Tokyo, Japan Abstract: To study

More information

Factors that influence layout

Factors that influence layout Facility Layout Design : Arrangement of machines, storage areas, and/or work areas usually within the confines of a physical structure, such as a retail store, an office, a warehouse, or a manufacturing

More information

Using Multi-chromosomes to Solve. Hans J. Pierrot and Robert Hinterding. Victoria University of Technology

Using Multi-chromosomes to Solve. Hans J. Pierrot and Robert Hinterding. Victoria University of Technology Using Multi-chromosomes to Solve a Simple Mixed Integer Problem Hans J. Pierrot and Robert Hinterding Department of Computer and Mathematical Sciences Victoria University of Technology PO Box 14428 MCMC

More information

Volunteer Handbook for GPS Trail Data Collection

Volunteer Handbook for GPS Trail Data Collection Volunteer Handbook for GPS Trail Data Collection Serving the communities of: Amesbury Andover Boxford Georgetown Groveland Haverhill Lawrence West Newbury Merrimac Methuen Newbury Newburyport North Andover

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

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 24 Sequencing and Scheduling - Assumptions, Objectives and Shop

More information

Automatic Vehicle Identification System (AVI) Training Manual

Automatic Vehicle Identification System (AVI) Training Manual Automatic Vehicle Identification System (AVI) Training Manual Chapter 6: Vehicle Management Owner: APICS Page 1 of 22 Revision: 1.1 TABLE OF CONTENTS 6 VEHICLE MANAGEMENT...4 6.1 OVERVIEW...4 6.2 VEHICLE

More information

Charting and Diagramming Techniques for Operations Analysis. How to Analyze the Chart or Diagram. Checklist of Questions - Example

Charting and Diagramming Techniques for Operations Analysis. How to Analyze the Chart or Diagram. Checklist of Questions - Example Chapter 9 Charting and Diagramming Techniques for Operations Analysis Sections: 1. Overview of Charting and Diagramming Techniques 2. Network Diagrams 3. Traditional Engineering Charting and Diagramming

More information

Creating a Transit Supply Index. Andrew Keller Regional Transportation Authority and University of Illinois at Chicago

Creating a Transit Supply Index. Andrew Keller Regional Transportation Authority and University of Illinois at Chicago Creating a Transit Supply Index Andrew Keller Regional Transportation Authority and University of Illinois at Chicago Presented at Transport Chicago Conference June 1, 2012 Introduction This master's project

More information

TRANSPORTATION PROBLEM FOR OPTIMALITY

TRANSPORTATION PROBLEM FOR OPTIMALITY Asia Pacific Journal of Research Vol: I. Issue XXXIV, December 01 ISSN: 0-04, E-ISSN-4-49 TRANSPORTATION PROBLEM FOR OPTIMALITY Mrs. M.Vijaya Lakshmi 1 & Mr. V. Hareeswarudu 1& Assistant Professor, Department

More information

7 Scheduling with Positional Effects Scheduling Independent Jobs Under Job-Dependent Positional Effect Scheduling Independent

7 Scheduling with Positional Effects Scheduling Independent Jobs Under Job-Dependent Positional Effect Scheduling Independent Contents Part I Models and Methods of Classical Scheduling 1 Models and Concepts of Classical Scheduling... 3 1.1 Classical Scheduling Models......................... 4 1.1.1 Machine Environment........................

More information

Productivity. PPS Cart: PulseNet Production Systems. Powerful Tools for Better Performance

Productivity. PPS Cart: PulseNet Production Systems. Powerful Tools for Better Performance Productivity : PulseNet Production Systems Powerful Tools for Better Performance This page intentionally left blank. I Contents Introduction 1 What is 1 Using this Manual 1 System Setup 2 Open PPS Monitor

More information

Roadnet. Planning for Transportation Success

Roadnet. Planning for Transportation Success Roadnet Planning for Transportation Success Profitable Distribution, Each Day To someone on the outside it looks like the same route every day. But in managing your company s delivery operations, you know

More information

Logistics Systems Design: Supply Chain Systems. Supply Chain Networks. Supply Chains Are Global and Ever Changing. Common Logistics Questions

Logistics Systems Design: Supply Chain Systems. Supply Chain Networks. Supply Chains Are Global and Ever Changing. Common Logistics Questions Logistics Systems Design: Supply Chain Systems Supply Chain Networks 1. Introduction 2. Forecasting 3. Transportation Systems 4. Transportation Models 5. Inventory Systems 6. Supply Chain Systems Customer

More information

Product: DQVRP for DQ Delivery Map Release Notes

Product: DQVRP for DQ Delivery Map Release Notes Product: DQVRP for DQ Delivery Map Release Notes Subject: DQVRP v7.2.54 Version: 1.0 May 26, 2015 Distribution: ODT Customers DQVRP for DQDeliveryMap v7.2.54 Rewritten to work with DQDataService. Either

More information

My Loads Feature. Navisphere Carrier- My Loads

My Loads Feature. Navisphere Carrier- My Loads Navisphere Carrier- My Loads My Loads Feature Overview: My Loads allows you to make load updates (tracking, accessorials, documents, etc.) on Navisphere Carrier and offer a cost and time savings by eliminating

More information

Modeling of competition in revenue management Petr Fiala 1

Modeling of competition in revenue management Petr Fiala 1 Modeling of competition in revenue management Petr Fiala 1 Abstract. Revenue management (RM) is the art and science of predicting consumer behavior and optimizing price and product availability to maximize

More information

MS Project 2007 Overview Table of Contents

MS Project 2007 Overview Table of Contents Table of Contents Microsoft Project Overview... 1 Terminology... 1 Starting Microsoft Project... 2 Projects on the Web... 2 Toolbars... 2 View Bar... 2 Views... 3 Setting Up the Project... 3 Identifying

More information

Tassc:Estimator technical briefing

Tassc:Estimator technical briefing Tassc:Estimator technical briefing Gillian Adens Tassc Limited www.tassc-solutions.com First Published: November 2002 Last Updated: April 2004 Tassc:Estimator arrives ready loaded with metric data to assist

More information

Microsoft Business Solutions-Axapta Production enables you to flexibly manage your manufacturing processes for increased profitability.

Microsoft Business Solutions-Axapta Production enables you to flexibly manage your manufacturing processes for increased profitability. Microsoft Business Solutions Axapta Production gives you real-time insight into your manufacturing processes to help you increase production efficiency and reduce costs. Key Benefits: Minimize lead times

More information

ArcGIS Network Analysis Solving transportation problems

ArcGIS Network Analysis Solving transportation problems Route Closest Facility Service Area ArcGIS Network Analysis Solving transportation problems Location-Allocation Vehicle Routing Problem Origin-Destination Cost Matrix Where do you get street data? Included

More information

ArcelorMittal Optimizes Supply Chain Logistics with Predictive Analytics

ArcelorMittal Optimizes Supply Chain Logistics with Predictive Analytics SEPTEMBER 1, 2016 ArcelorMittal Optimizes Supply Chain Logistics with Predictive Analytics By Janice Abel Keywords Mining Supply Chain, Supply Chain Visualization, Supply Chain Analytics, Railway, Shipping,

More information

Mileage savings from optimization of coordinated trucking 1

Mileage savings from optimization of coordinated trucking 1 Mileage savings from optimization of coordinated trucking 1 T.P. McDonald Associate Professor Biosystems Engineering Auburn University, Auburn, AL K. Haridass Former Graduate Research Assistant Industrial

More information

Deterministic OR Models and Their Formulations

Deterministic OR Models and Their Formulations Deterministic OR Models and Their Formulations Hakan Özaktaş Department of Industrial Engineering Çankaya University November 11, 2014 What is Operations Research? History of OR dates back to World War

More information

Hy-Rail Limits Compliance. Functional Description. And. Human / Machine Interface

Hy-Rail Limits Compliance. Functional Description. And. Human / Machine Interface Hy-Rail Limits Compliance Functional Description And Human / Machine Interface February 11, 2002 Author: Andrew J. Schiestl General Superintendent Burlington Northern Santa Fe Railway 1 DESCRIPTION The

More information

Using HaulPLAN, you can reduce linehaul costs and simultaneously improve service quality.

Using HaulPLAN, you can reduce linehaul costs and simultaneously improve service quality. Using HaulPLAN, you can reduce linehaul costs and simultaneously improve service quality. Let Our Software Drive Your Decisions Large LTL carriers move hundreds of thousands of shipments through their

More information

EXERCISES. Exercise 3 Match the following synonyms.

EXERCISES. Exercise 3 Match the following synonyms. EXERCISES Exercise 1 Translate the following word combinations. Raw materials, finished product, distribution capacity, supply and demand, retail store, modes of transportation, large shipments, intermodal

More information

Production Management Fall 2006 Odette School of Business University of Windsor. Midterm Exam 2 Solution Thursday, November 23, 5:30 6:50 pm

Production Management Fall 2006 Odette School of Business University of Windsor. Midterm Exam 2 Solution Thursday, November 23, 5:30 6:50 pm Name (print, please) ID Production Management 73-604 Fall 2006 Odette School of Business University of Windsor Midterm Exam 2 Solution Thursday, November 23, 5:30 6:50 pm Instructor: Mohammed Fazle Baki

More information

Nine Ways Food and Beverage Companies Can Use Supply Chain Design to Drive Competitive Advantage

Nine Ways Food and Beverage Companies Can Use Supply Chain Design to Drive Competitive Advantage White Paper Nine Ways Food and Beverage Companies Can Use Supply Chain Design to Drive Competitive Advantage From long-term, strategic decision-making to tactical production planning, supply chain modeling

More information

The Challenge: Improving Driving Behavior in the Field

The Challenge: Improving Driving Behavior in the Field The Challenge: Improving Driving Behavior in the Field Black & Veatch is a global engineering and construction company, specializing in critical utilities, including energy, water, and telecommunications,

More information

CERTIFICATE EVALUATING AND PROCURING SOFTWARE PACKAGES

CERTIFICATE EVALUATING AND PROCURING SOFTWARE PACKAGES INFORMATION SYSTEMS EXAMINATION BOARD BUSINESS SYSTEMS DEVELOPMENT CERTIFICATE IN EVALUATING AND PROCURING SOFTWARE PACKAGES SAMPLE EXAM PAPER TIME ALLOWED: ONE HOUR You are allowed fifteen (15) minutes

More information

AUTOSCHED TUTORIAL. Bill Lindler. AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A.

AUTOSCHED TUTORIAL. Bill Lindler. AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A. AUTOSCHED TUTORIAL Bill Lindler AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A. ABSTRACT The AutoSched TM finite capacity planning and scheduling tool helps you increase throughput,

More information

2018 Buyer s Guide to Route Planning Software

2018 Buyer s Guide to Route Planning Software 2018 Buyer s Guide to Route Planning Software Table of Contents Route Planning Software 101 What is Route Planning Software? Common Features How Cloud-based Route Planning Software Compares to Manual Processes

More information

Masterarbeit. Titel der Masterarbeit Analyse of Critical Factors for Business Process View merging. verfasst von Claudia Gratz, BSc

Masterarbeit. Titel der Masterarbeit Analyse of Critical Factors for Business Process View merging. verfasst von Claudia Gratz, BSc Masterarbeit Titel der Masterarbeit Analyse of Critical Factors for Business Process View merging verfasst von Claudia Gratz, BSc angestrebter akademischer Titel Diplom-Ingenieurin (Dipl.-Ing.) Wien, 2015

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MANUFACTURING SYSTEM Manufacturing, a branch of industry, is the application of tools and processes for the transformation of raw materials into finished products. The manufacturing

More information

ONTIME, for creating and managing timetables

ONTIME, for creating and managing timetables , for creating and managing timetables Creation and Management of Timetables Passenger satisfaction is at the heart of any transport operation. And we know that passengers value, amongst other things,

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 FACILITY LAYOUT DESIGN Layout design is nothing but the systematic arrangement of physical facilities such as production machines, equipments, tools, furniture etc. A plant

More information

V MobileCast

V MobileCast V20160713 MobileCast MobileCast Value Proposition Real-time route visibility for dispatch & tracking Maintain route efficiency & performance standards Improve delivery accuracy with delivery confirmation

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

Impact of Artificial Intelligence on Recruiting

Impact of Artificial Intelligence on Recruiting Impact of Artificial Intelligence on Recruiting Faster, Cheaper, and more Predicable How AI is solving the biggest recruiting inefficiencies The most important general-purpose technology of our era is

More information

FiOS Platform. System functionality:

FiOS Platform. System functionality: FiOS 8 FiOS Platform FiOS product line is the ultimate solution for intelligent GPS tracking and fleet management. Companies from all over the world choose FiOS since it utilizes a powerful set of technologies

More information

Production Management and Scheduling

Production Management and Scheduling Production Management and Scheduling Meet Your Due Dates Your production process can be simple or complex, time consuming or quick, but one thing remains constant the drive to meet your customer s delivery

More information

Sustainability and B2B Outsourcing

Sustainability and B2B Outsourcing Sustainability and B2B Outsourcing A GXS Thought Leadership White Paper Doing well by your stakeholders while doing well by the environment and future generations It s not often when the choice is this

More information

Vehicle Routing Problems in Supply Chain Management

Vehicle Routing Problems in Supply Chain Management Lecture 12. Vehicle Routing Problems in Supply Chain Management With the emergence of international markets and the growth of globalization, the management of supply chains has gained increased attention.

More information

Solving the Empty Container Problem using Double-Container Trucks to Reduce Congestion

Solving the Empty Container Problem using Double-Container Trucks to Reduce Congestion Solving the Empty Container Problem using Double-Container Trucks to Reduce Congestion Santiago Carvajal scarvaja@usc.edu (424) 333-4929 Daniel J. Epstein Department of Industrial and Systems Engineering

More information

2007 Regional Economic Models, Inc. TranSight 2.1. User s Guide & Model Documentation

2007 Regional Economic Models, Inc. TranSight 2.1. User s Guide & Model Documentation 2007 Regional Economic Models, Inc. TranSight 2.1 User s Guide & 1. Table of Contents User s Guide... 3 Introduction... 4 Chapter 1: The Main Screen... 6 Opening Existing Simulations... 7 Using the Simulation

More information

Discrete and dynamic versus continuous and static loading policy for a multi-compartment vehicle

Discrete and dynamic versus continuous and static loading policy for a multi-compartment vehicle European Journal of Operational Research 174 (2006) 1329 1337 Short Communication Discrete and dynamic versus continuous and static loading policy for a multi-compartment vehicle Yossi Bukchin a, *, Subhash

More information

Littlefield Technologies: Overview

Littlefield Technologies: Overview Stanford University Graduate School of Business November 1998 Introduction Littlefield Technologies: Overview Littlefield Technologies is a job shop which assembles Digital Satellite System receivers.

More information

2013 Mid-Continent Research Symposium

2013 Mid-Continent Research Symposium Mr. Tracy Troutner, Federal Highway Administration Dr. Nadia Gkritza, Iowa State University Dr. Jiangping Zhou, Iowa State University Dr. Bobby Martens, Iowa State University 2013 Mid-Continent Research

More information

Personnel Master Data & Terminal

Personnel Master Data & Terminal Personnel Master Data & Terminal Explanation on beas Personnel Master Data & Terminal Boyum Solutions IT A/S Beas Tutorial TABLE OF CONTENTS 1. INTRODUCTION... 3 2. PROCESS... 3 2.1. Header from Master

More information

The Travelling Salesman Problem and its Application in Logistics

The Travelling Salesman Problem and its Application in Logistics The Travelling Salesman Problem and its Application in Logistics EXNAR F., MACHAČ O., SVĚDÍK J. Department of economics and management of chemical and food industry University of Pardubice Studentská 95,

More information

Structured System Analysis Methodology for Developing a Production Planning Model

Structured System Analysis Methodology for Developing a Production Planning Model Structured System Analysis Methodology for Developing a Production Planning Model Mootaz M. Ghazy, Khaled S. El-Kilany, and M. Nashaat Fors Abstract Aggregate Production Planning (APP) is a medium term

More information

Improving Material Handling Efficiency in a Ginning Machine Manufacturing Company

Improving Material Handling Efficiency in a Ginning Machine Manufacturing Company Improving Material Handling Efficiency in a Ginning Machine Manufacturing Company A. P. Bahale 1, Dr.S.S.Deshmukh 2 P.G. Student, Department of Mechanical engineering, PRMIT&R, Badnera, India 1 Associate

More information