26
Solving Real-World Vehicle Scheduling and Routing Problems Jens Gottlieb SAP AG Walldorf, Germany [email protected] sample for a picture in the title slide

Solving Real-World Vehicle Scheduling and Routing Problems ...© SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008,

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

  • Solving Real-WorldVehicle Scheduling andRouting Problems

    Jens Gottlieb

    SAP AGWalldorf, [email protected]

    sample for

    a picture

    in the title

    slide

    mailto:[email protected]

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 2

    Vehicle Routing @ SAP

    SAP offers two products covering transportation planning functionality:Since 2001: SAP Supply Chain Management, APO TP/VS(Advanced Planner and Optimizer, Transportation Planning / Vehicle Scheduling)Since 2007: SAP Transportation Management

    SAP offers one product for service management and technician scheduling:SAP Multi Resource Scheduling

    Since 2001, SAP has developed and continuously improved an optimization algorithm for thevehicle scheduling and routing problem, which is the planning engine in above products

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 3

    1. The vehicle scheduling and routing problem2. Solution approach3. Selected scenarios4. Conclusion

    Agenda

    sample for

    a picture

    in the divid

    er slide

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 4

    The vehicle scheduling and routing problem:Orders

    Order-based modelSource and destination location per order

    Priority (Non-delivery costs)Loading dimensions (weight, volume, ...)Characteristics (hazardous goods, frozen, ...)Loading/unloading durations (depending on vehicle)

    Order 4

    Order 3

    Order 2Order 1

    6

    24

    1

    3

    5 Order 5

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 5

    Example 1:Orders in classical CVRP scenario

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 6

    Example 2:Orders in selected customer scenario

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 7

    Time windows per order (hard and soft) for loading and unloading

    Loading requires outbound handling resource at source locationBusiness hoursCapacities

    Unloading requires inbound handling resource at destination locationBusiness hoursCapacities

    The vehicle scheduling and routing problem:Time restrictions per order

    time

    costs

    lateloading

    earlyloading

    [ ][ ]late

    unloadingearly

    unloading

    [ ][ ]

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 8

    The vehicle scheduling and routing problem:Vehicles

    Travel capabilities (duration, distance, distance cost per lane)

    Characteristics (cooled, available for hazardous goods, …)

    Break calendar

    Constraints:Start location, end locationDurationDistanceNumber of stopsLoad capacity (weight, volume, …), may depend on number of stops

    Costs:Fixed costsDurationDistanceNumber of stopsQuantity costs (distance x load)

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 9

    Example:Schedule for a selected customer scenario

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 10

    The vehicle scheduling and routing problem:Trailers and compartments (1)

    C1 C2 C3 C4

    Vehicle

    C5 C6 C7 C8

    Trailer

    Vehicle Combination

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 11

    The vehicle scheduling and routing problem:Trailers and compartments (2)

    Trailers cannot move without vehicle

    Coupling/uncoupling activities

    Constraints for trailers like for vehiclesStart location, end locationDuration, distance, number of stops, load (weight, volume, …)

    Costs for trailers like for vehiclesFixed costs, duration, distance, number of stopsQuantity costs (distance x load)

    Constraint for vehicle combinations: load (weight, volume, …)

    CompartmentsEach vehicle/trailer has fixed number of compartmentsLoad capacity per compartment (weight, volume, …)Fixed versus flexible load capacity

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 12

    Hub locations (= transshipment locations):Indirect shipment via hub(s) versus direct shipment

    Minimum and maximum waiting time at hub

    The Vehicle Scheduling and Routing Problem:Hubs

    H1 2

    1 H2

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 13

    Example:Selected customer scenario involving 5 hubs

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 14

    Incompatibility constraints:Between order characteristicsBetween vehicle characteristics and order characteristicsBetween trailer characteristics and order characteristicsBetween compartment characteristics and order characteristicsBetween vehicle characteristics and trailer characteristicsBetween order characteristics and hubsBetween vehicle characteristics and hubsBetween trailer characteristics and hubs

    Schedule vehicles:Route is fixed a prioriSchedule is fixed a priori

    The vehicle scheduling and routing problem:Incompatibilities and schedule vehicles

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 15

    The vehicle scheduling and routing problem:Summary

    Goal:Determine transportation plan that minimizes total costs and satisfies all constraints.

    A transportation plan is characterized by the following decisions:per order: deliver or not?per delivered order: select legs (= path through hub network)per selected leg: select vehicle/trailer and compartmentper vehicle/trailer:– select relative ordering of activities (= routing)– assign start time to each activity (= scheduling)

    Total costs = weighted sum of costs fororders (non-delivery, earliness, lateness), andvehicles and trailers (fixed, duration, distance, stops, quantity)

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 16

    1. The vehicle scheduling and routing problem2. Solution approach3. Selected scenarios4. Conclusion

    Agenda

    sample for

    a picture

    in the divid

    er slide

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 17

    Solution approach:Evolutionary local search

    Population

    Initialization

    Selection

    VariationSelection

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 18

    Solution approach:Ingredients of evolutionary local search

    InitializationGreedy insertion heuristics + local search

    VariationUses > 20 different atomic variation operators, grouped into:

    Assignment moves (e.g. insert an order, delete an order, delete a vehicle)Routing moves (e.g. 2-opt, variants of Or-opt, 3-opt, 4-opt)Scheduling moves

    Moves are applied subsequently and with certain probabilities, using the following concepts:Local searchRandomnessIterated local searchVariable neighbourhood searchTabu search

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 19

    Solution approach:Key features

    Direct solution representation

    Only feasible solutions

    Local search

    Small population

    Many specialized atomic move operators

    Orchestration of atomic moves in the variation step

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 20

    1. The vehicle scheduling and routing problem2. Solution approach3. Selected scenarios4. Conclusion

    Agenda

    sample for

    a picture

    in the divid

    er slide

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 21

    Using the optimizer

    Input data specified by selection profile

    Different operating modesBatch versus interactive startLong runs at night versus short runs during the dayFrom scratch versus incrementallyPlanning horizon ranges from a few hours to several weeks

    Run-time limits vary from a few minutes to several hours

    Human transportation planner processes the optimizer‘s result:reviewing it,manipulating it interactively if needed, andreleasing it to transportation execution

    Side-effect of optimizer: Check input dataUnexpected results typically indicate that input data are not clean.

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 22

    Characteristics of selected customerscenarios

    Scenario 1 2 3 4 5 6 7 8 9

    Orders 75 255 662 778 804 1177 2029 7040 13569

    Loading dimensions 1 1 2 1 3 2 5 4 3

    Locations 30 199 55 8 32 565 128 1873 14

    Hubs 9 5

    Sources 9 5 11 1 1 1 1 1 1

    Destinations 14 194 46 7 31 559 127 1872 13

    Vehicle types 4 38 9 7 3 10 10 2

    Vehicles 58 93 301 281 680 2701 2011 100

    Schedule vehicle types 1 6

    Schedule vehicles 38 11

    Business hours 2 196 1 29 64

    Capacitive resources 54 32

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 23

    1. The vehicle scheduling and routing problem2. Solution approach3. Selected scenarios4. Conclusion

    Agenda

    sample for

    a picture

    in the divid

    er slide

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 24

    Conclusion

    SummaryReal-world problems are complexHeterogeneous instances of the same abstract problemOne algorithm for the abstract problem, applicable to arbitrary special instances of ourcustomersMetaheuristics work well in practice

    OutlookContinuous extension of functionalityHub networks with several „parallel“ hubs and more than 2 „sequential“ hubsDifferent variants of trailer scenarios, depending on frequency of coupling and uncoupling

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 25

    Thank you!

  • © SAP 2008 / Solving Real-World Vehicle Scheduling and Routing Problems, Jens Gottlieb, VIP 2008, Oslo, 12-14 June 2008, Page 26

    Copyright 2008 SAP AGAll rights reserved

    No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changedwithout prior notice.Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, Duet, Business ByDesign, ByDesign, PartnerEdge and other SAP products and services mentioned herein as well as theirrespective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned andassociated logos displayed are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

    The information in this document is proprietary to SAP. This document is a preliminary version and not subject to your license agreement or any other agreement with SAP. This documentcontains only intended strategies, developments, and functionalities of the SAP® product and is not intended to be binding upon SAP to any particular course of business, product strategy,and/or development. SAP assumes no responsibility for errors or omissions in this document. SAP does not warrant the accuracy or completeness of the information, text, graphics, links, orother items contained within this material. This document is provided without a warranty of any kind, either express or implied, including but not limited to the implied warranties ofmerchantability, fitness for a particular purpose, or non-infringement.SAP shall have no liability for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. This limitationshall not apply in cases of intent or gross negligence.The statutory liability for personal injury and defective products is not affected. SAP has no control over the information that you may access through the use of hot links contained in thesematerials and does not endorse your use of third-party Web pages nor provide any warranty whatsoever relating to third-party Web pages

    Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche Genehmigung durchSAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden.Einige von der SAP AG und deren Vertriebspartnern vertriebene Softwareprodukte können Softwarekomponenten umfassen, die Eigentum anderer Softwarehersteller sind.SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, Duet, Business ByDesign, ByDesign, PartnerEdge und andere in diesem Dokument erwähnte SAP-Produkte und Servicessowie die dazugehörigen Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und in mehreren anderen Ländern weltweit. Alle anderen in diesem Dokument erwähntenNamen von Produkten und Services sowie die damit verbundenen Firmenlogos sind Marken der jeweiligen Unternehmen. Die Angaben im Text sind unverbindlich und dienen lediglich zuInformationszwecken. Produkte können länderspezifische Unterschiede aufweisen.

    Die in diesem Dokument enthaltenen Informationen sind Eigentum von SAP. Dieses Dokument ist eine Vorabversion und unterliegt nicht Ihrer Lizenzvereinbarung oder einer anderenVereinbarung mit SAP. Dieses Dokument enthält nur vorgesehene Strategien, Entwicklungen und Funktionen des SAP®-Produkts und ist für SAP nicht bindend, einen bestimmtenGeschäftsweg, eine Produktstrategie bzw. -entwicklung einzuschlagen. SAP übernimmt keine Verantwortung für Fehler oder Auslassungen in diesen Materialien. SAP garantiert nicht dieRichtigkeit oder Vollständigkeit der Informationen, Texte, Grafiken, Links oder anderer in diesen Materialien enthaltenen Elemente. Diese Publikation wird ohne jegliche Gewähr, wederausdrücklich noch stillschweigend, bereitgestellt. Dies gilt u. a., aber nicht ausschließlich, hinsichtlich der Gewährleistung der Marktgängigkeit und der Eignung für einen bestimmten Zwecksowie für die Gewährleistung der Nichtverletzung geltenden Rechts.SAP übernimmt keine Haftung für Schäden jeglicher Art, einschließlich und ohne Einschränkung für direkte, spezielle, indirekte oder Folgeschäden im Zusammenhang mit der Verwendungdieser Unterlagen. Diese Einschränkung gilt nicht bei Vorsatz oder grober Fahrlässigkeit.Die gesetzliche Haftung bei Personenschäden oder die Produkthaftung bleibt unberührt. Die Informationen, auf die Sie möglicherweise über die in diesem Material enthaltenen Hotlinkszugreifen, unterliegen nicht dem Einfluss von SAP, und SAP unterstützt nicht die Nutzung von Internetseiten Dritter durch Sie und gibt keinerlei Gewährleistungen oder Zusagen überInternetseiten Dritter ab.Alle Rechte vorbehalten.