Efficient Insertion Heuristics for Vehicle Routing and Scheduling Problems

Abstract
Insertion heuristics have proven to be popular methods for solving a variety of vehicle routing and scheduling problems. In this paper, we focus on the impact of incorporating complicating constraints on the efficiency of insertion heuristics. The basic insertion heuristic for the standard vehicle routing problem has a time complexity of O(n3). However, straightforward implementations of handling complicating constraints lead to an undesirable time complexity of O(n4). We demonstrate that with careful implementation it is possible, in most cases, to maintain the O(n3) complexity or, in a few cases, increase the time complexity to O(n3 log n). The complicating constraints we consider in this paper are time windows, shift time limits, variable delivery quantities, fixed and variable delivery times, and multiple routes per vehicle. Little attention has been given to some of these complexities (with time windows being the notable exception), which are common in practice and have a significant impact on the feasibility of a schedule as well as the efficiency of insertion heuristics.