paper-with-me

Papers

Large Neighborhood-Based Metaheuristic and Branch-and-Price for the Pickup and Delivery Problem with Split Loads

2018-02-18 · Matheus Nohra Haddad, Rafael Martinelli, Thibaut Vidal, Luiz Satoru Ochi, Simone Martins, Marcone Jamilson Freitas Souza, Richard Hartl

We consider the multi-vehicle one-to-one pickup and delivery problem with split loads, a NP-hard problem linked with a variety of applications for bulk product transportation, bike-sharing systems and inventory re-balancing. This problem is notoriously difficult due to the interaction of two challenging vehicle routing attributes, "pickups and deliveries" and "split deliveries". This possibly leads to optimal solutions of a size that grows exponentially with the instance size, containing multiple visits per customer pair, even in the same route. To solve this problem, we propose an iterated local search metaheuristic as well as a branch-and-price algorithm. The core of the metaheuristic consists of a new large neighborhood search, which reduces the problem of finding the best insertion combination of a pickup and delivery pair into a route (with possible splits) to a resource-constrained shortest path and knapsack problem. Similarly, the branch-and-price algorithm uses sophisticated labeling techniques, route relaxations, pre-processing and branching rules for an efficient resolution. Our computational experiments on classical single-vehicle instances demonstrate the excellent performance of the metaheuristic, which produces new best known solutions for 92 out of 93 test instances, and outperforms all previous algorithms. Experimental results on new multi-vehicle instances with distance constraints are also reported. The branch-and-price algorithm produces optimal solutions for instances with up to 20 pickup-and-delivery pairs, and very accurate solutions are found by the metaheuristic.

📄 PDF Abstract BibTeX arXiv:1802.06318

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pickup & Delivery with Time Windows and Transfers: combining decomposition with metaheuristics

2025-05-04 · Ioannis Avgerinos, Ioannis Mourtos, Nikolaos Tsompanidis, Georgios Zois

This paper examines the generalisation of the Pickup and Delivery Problem that allows mid-route load exchanges among vehicles and obeys strict time-windows at all locations. We propose a novel Logic-Based Benders Decompo…

Deep Learning--Accelerated Multi-Start Large Neighborhood Search for Real-time Freight Bundling

2025-12-12 · Haohui Zhang, Wouter van Heeswijk, Xinyu Hu, Neil Yorke-Smith 외 arxiv

Online Freight Exchange Systems (OFEX) play a crucial role in modern freight logistics by facilitating real-time matching between shippers and carrier. However, efficient combinatorial bundling of transporation jobs rema…

Reinforcement Learning Methods for Neighborhood Selection in Local Search

2026-01-12 · Yannick Molinghen, Augustin Delecluse, Renaud De Landtsheer, Stefano Michelini arxiv

Reinforcement learning has recently gained traction as a means to improve combinatorial optimization methods, yet its effectiveness within local search metaheuristics specifically remains comparatively underexamined. In …

Reinforcement LearningMulti-Armed Bandits

Efficient Neural Neighborhood Search for Pickup and Delivery Problems

2022-04-25 · Yining Ma, Jingwen Li, Zhiguang Cao, Wen Song 외

We present an efficient Neural Neighborhood Search (N2S) approach for pickup and delivery problems (PDPs). In specific, we design a powerful Synthesis Attention that allows the vanilla self-attention to synthesize variou…

Diversity

Topologically sensitive metaheuristics

2020-02-25 · Aleksandar Kartelj, Vladimir Filipović, Siniša Vrećica, Rade Živaljević

This paper proposes topologically sensitive metaheuristics, and describes conceptual design of topologically sensitive Variable Neighborhood Search method (TVNS) and topologically sensitive Electromagnetism Metaheuristic…