This document discusses vehicle routing and scheduling models and algorithms. It introduces basic models like the Traveling Salesman Problem (TSP), Vehicle Routing Problem (VRP), and Pickup and Delivery Problem with Time Windows (PDPTW). Construction heuristics like savings, insertion, and set covering algorithms are presented to find initial feasible solutions that can then be improved using local search methods. The document outlines practical considerations and recent variants like dynamic and stochastic routing problems.
Related topics: