Last Truck Scheduling for Middle-mile Next-day Delivery Coverage

๐Ÿ“… 2023-10-27
๐Ÿ“ˆ Citations: 1
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This paper addresses the last-truck scheduling problem in e-commerce middle-mile transportation, aiming to maximize next-day delivery order fulfillment under fixed inventory locations and sufficient last-mile delivery capacity. We formulate this problem as an NP-hard submodular optimization problem with coverage constraintsโ€”the first such formulation in the literature. To solve it, we propose three scenario-adaptive algorithms integrating greedy submodular maximization, pipage rounding, and Lagrangian relaxation heuristics, achieving both theoretical guarantees (worst-case approximation bounds) and scalability. Extensive experiments on real-world logistics networks and datasets demonstrate that our solutions closely approximate the global optimum, significantly improving next-day delivery coverage while maintaining computational efficiency. The proposed framework is production-ready and demonstrates strong industrial deployability.
๐Ÿ“ Abstract
We consider an e-commerce retailer operating a supply chain that consists of middle- and last-mile transportation, and study its ability to deliver products stored in warehouses within a day from customer's order time. Successful next-day delivery requires inventory availability and timely truck schedules in the middle-mile and in this paper we assume a fixed inventory position and focus on optimizing the middle-mile last truck schedule. We formulate a novel optimization problem which decides the departure of the last truck at each (potential) network connection in order to maximize the number of customer orders that are served with next-day promise. We show that the respective next-day delivery optimization is a combinatorial problem that is NP-hard to approximate within $(1-1/e)optapprox 0.632opt$, hence every retailer that offers one-day deliveries has to deal with this complexity barrier. We study three variants of the problem motivated by operational constraints that different retailers encounter, and propose solutions schemes tailored to each problem's properties. To that end, we rely on greedy submodular maximization, pipage rounding techniques, and Lagrangian heuristics. The algorithms are scalable, offer worst-case optimality gap guarantees, and evaluated in realistic datasets and network scenarios were found to achieve even near-optimal results.
Problem

Research questions and friction points this paper is trying to address.

Optimizing last truck schedules for next-day middle-mile delivery
Maximizing customer orders served with next-day delivery promise
Addressing NP-hard complexity in one-day delivery optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Optimizes last truck departure schedules
Uses greedy submodular maximization techniques
Applies Lagrangian heuristics for scalability
๐Ÿ”Ž Similar Papers
No similar papers found.