๐ค 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.