1 / 14

Management Science 461

Management Science 461. Lecture 8 – Vehicle Routing November 4, 2008. Basic Vehicle Routing Problem. Extend the TSP Given customer and depot locations, demands, vehicle capacity Find a set of tours that minimize the total cost Many potential constraints on tours…

alec
Download Presentation

Management Science 461

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Management Science 461 Lecture 8 – Vehicle Routing November 4, 2008

  2. Basic Vehicle Routing Problem • Extend the TSP • Given customer and depot locations, demands, vehicle capacity • Find a set of tours that minimize the total cost • Many potential constraints on tours… • Two tasks: Assign customers to tours, optimize tours

  3. 7 2 5 6 12 5 2 Vehicle Capacity =20 Route length = 8 hrs

  4. Cluster-Route

  5. Finding Clusters • Seeding – choose some nodes, “grow” each cluster from the node • Sweep – like a radar screen • Grid – Overlay a grid, cluster based on the grid

  6. Route-Cluster (eg Sweep)

  7. Clarke-Wright Savings • “Savings heuristic” • Assume that each node served by a single truck • For each pair, calculate the savings incurred by merging the two trips together • Rank savings, keep merging • Is this a greedy (myopic) heuristic?

  8. Savings Savings = d(Depot,1) +d(2,Depot) - d(2,1) Cust 2 Cust 2 Depot Cust 1 Depot Cust 1

  9. cai + cia +caj + cja cai + cja + cij i i j j a a Savings vs. sij = cia + caj - cij

  10. Savings Continued • Rank savings from largest to smallest • Run through the list and merge routes represented by the two nodes as long as: • combined route length < MAX length • combined weight < MAX weight • other constraints as necessary • nodes are not already on same route • neither node is interior

  11. Interior customers Cust 2 Cust 3 Cust 1 Customer 2 is interior to the route

  12. An Optimization-Based Approach to Vehicle Routing • Bramel, J. and D. Simchi-Levi, 1995, A Location Based Heuristic for General Routing Problems, Operations Research, 43, 649-660. • Fisher, M. L. and R. Jaikumar, 1981, A Generalized Assignment Heuristic for Vehicle Routing, Networks, 11, 109-124.

  13. Comparison of Heuristics • Accuracy (how close to optimal) • Speed (computation time) • Simplicity (ease of understanding and implementation) • Flexibility (ease of adding other constraints – e.g., time windows, multiple depots)

  14. Comparison of Heuristics Cordeau, J.-F., M. Gendreau, G. Laporte, J.-Y. Potvin, F. Semet, 2002, “A Guide to Vehicle Routing Heuristics,” Journal of the Operational Research Society, 53, pp. 512-522.

More Related