This paper considers the Vehicle Routing Problem with Soft Time Windows, a challenging routing problem, where customer's time windows may be violated at a certain cost. The Vehicle Routing Problem with Soft Time Windows has a lexicographic objective function, aiming at minimizing first the number of routes, then the number of violated time windows and finally the total routing distance. We present a multi-stage Very Large-Scale Neighborhood search for this problem. Each stage corresponds to a Variable Neighborhood Descent over a parametrizable Very Large-Scale Neighborhood. These neighborhoods contain an exponential number of neighbors, as opposed to classical local search neighborhoods. Often, searching Very Large-Scale Neighborhoods can produce local optima of a higher quality than polynomial-sized neighborhoods. Furthermore we use a sophisticated heuristic to determine service start times allowing to minimize the number of violated time windows. We test our approach on number of different problem types, and compare the results to the relevant state-of-the-art. The experimental results show that our algorithm improves best-known solutions on 53% of the most studied instances. Many of these improvements stem from a reduction of the number of vehicles, a critical objective in Vehicle Routing Problems.
Very Large-Scale Neighborhood (VLSN) search is the idea of using neighborhoods of exponential size to find high-quality solutions to complex optimization problems efficiently. However, so far, VLSN algorithms are essentially described and implemented in terms of low-level implementation concepts, preventing code reuse and extensibility which are trademarks of constraint-programming systems. This paper aims at remedying this limitation and proposes a constraint-based VLSN (CBVLSN) framework to describe VLSNs declaratively and compositionally. Its main innovations are the concepts of cycle-consistent MoveGraphs and compositional moves which make it possible to specify an application in terms of constraints and objectives and to derive a dedicated VLSN algorithm automatically. The constraint-based VLSN framework has been prototyped in COMET and its efficiency is shown to be comparable to dedicated implementations.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.
customersupport@researchsolutions.com
10624 S. Eastern Ave., Ste. A-614
Henderson, NV 89052, USA
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Copyright © 2025 scite LLC. All rights reserved.
Made with 💙 for researchers
Part of the Research Solutions Family.