Papers for

logistics planners

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Strategyproof facility location with learned predictions improves accuracy

Learning-Augmented Strategyproof Facility Location in $\mathbb{R}^d$ with $\ell_p$ Distances

Abstract: We study learning-augmented mechanism design for locating a single facility in $\mathbb{R}^d$ to minimize the sum of the agents' $\ell_p$ distances to the facility. We analyze the coordinate-wise median with predictions (CMP) mechanism, which adds $cn$ virtual agents at a predicted optimal facility location to the $n$ reported locations and returns their coordinate-wise median. The parameter $c\in[0,1)$ represents confidence in the prediction; CMP is known to be strategyproof when both are fixed independently of the reports. We determine its approximation guarantees under correct predictions (consistency) and arbitrary predictions (robustness) in two settings. First, for $d=2$, we establish exact guarantees for every $p\in[1,+\infty]$. For $1<p<+\infty$, the consistency and robustness are respectively $\Bigl(1+\bigl(\frac{1-c}{1+c}\bigr)^{\frac{p}{p-1}}\Bigr)^{\frac{p-1}{p}}$ and $\Bigl(1+\bigl(\frac{1+c}{1-c}\bigr)^{\frac{p}{p-1}}\Bigr)^{\frac{p-1}{p}}$. We use the median condition in each coordinate to compare the mechanism's cost with the optimal cost, and establish tightness using instances with agents at only three distinct locations. Second, for $1<p<+\infty$, we obtain dimension-independent consistency and robustness upper bounds valid for every $d\ge1$. For each fixed $p$ and $c$, we construct families of instances whose ratios approach the respective upper bounds as $d\to\infty$, proving asymptotic tightness. We also establish exact guarantees for $p=1$ in every dimension and asymptotically tight bounds for $p=+\infty$. Our high-dimensional results recover the prediction-free bounds of Gravin and Jia (STOC 2025) when $c=0$ and their learning-augmented bounds in arbitrary-dimensional Euclidean spaces when $p=2$.

Fri 11 SeptComputer Science and Game Theory
The gist
Finding the best location for something like a public facility to minimize travel distances can be tricky, especially when people might lie about their locations. This paper studies a method that uses machine learning predictions combined with a strategy that prevents people from benefiting by lying. The authors analyze how well this method works when predictions are good and when they are wrong, in spaces of different dimensions and for various distance measures. They provide exact and asymptotic guarantees on how close their approach gets to the best possible location.
Open 2609.12829v1

Spare parts network design improved with graph neural network and optimization

Learning-Augmented Optimization for Strategic Two-Echelon Spare Parts Network Design

Abstract: We study the strategic design of a two-echelon spare-parts inventory network where evaluating each candidate topology requires an expensive inventory optimization model. The design partitions hundreds of sites into feasible clusters and selects a central replenishment site for each cluster to reduce costs while maintaining service levels. Because the optimizer favors candidates with high predicted savings, it can exploit optimistic surrogate errors. We develop a conservative framework combining a graph neural network ensemble, variable neighborhood search, and set-partitioning recombination. The surrogate is trained on exact cluster evaluations, while a lower quantile of ensemble-predicted savings guides the search to limit optimism. Clusters found during the search are recombined through set partitioning using surrogate-based objective coefficients. The resulting network is evaluated with the exact inventory model, and only this evaluation is used to report performance. In a case study of 246 fulfillment centers in Amazon's North American network, the framework improves combined savings by 30.5% over an optimization baseline based entirely on exact cluster evaluations, while maintaining approximately 99.8% service across six independent replications. Under equal computational budgets, graph-surrogate-guided search achieves higher mean exact savings than a tabular alternative under both scoring schemes. Conservative scoring improves mean savings for both surrogate classes and reduces the share of final-network clusters overestimated by the graph surrogate from 68% to 28%. Predictive and ranking accuracy deteriorate among search-generated candidates with high surrogate scores, indicating that random holdout performance can incompletely characterize surrogate quality during optimization.

Fri 11 SeptMachine Learning
The gist
Managing spare parts supply across many locations is complex and slow to optimize. The authors developed a method that uses machine learning, specifically graph neural networks, to predict the benefits of different network designs faster. They combine this with careful optimization techniques to avoid being overly optimistic. Tested on a large Amazon network, their approach achieved about 30% more savings while keeping nearly perfect service levels. This method helps find better designs more efficiently compared to traditional exact evaluations alone.
Open 2609.12524v1

Maple supports ongoing optimization with language and memory

MAPLE: Memory-Augmented Planning with Language and Evolution

Abstract: Domain practitioners understand their business constraints but may lack operations-research expertise or dedicated support. LLM-based optimization agents translate natural-language requirements into models or solver programs that established optimization tools can execute. This progress makes optimization more accessible, but real-world operations are dynamic: changing demand, resources, and priorities require updates to data, constraints, and objectives. Methods centered on isolated requests offer limited support for rapid adaptation that preserves earlier decisions and reuses useful search results. We introduce MAPLE (Memory-Augmented Planning with Language and Evolution), an agent for maintaining optimization problems through successive natural-language requests. MAPLE combines language-based problem construction with mathematical programming and evolutionary search. It retains the optimization program, accepted plans, earlier updates, and candidate solutions for subsequent requests. We introduce NLDO, a benchmark of 15 trajectories and 180 updates spanning selection, scheduling, rostering, routing, and cloud-resource placement. In the main evaluation, MAPLE completes all trajectories and achieves online scalar quality of 0.951 and a Pareto hypervolume ratio of 0.875. Controlled comparisons further show that maintaining executable state improves update validity and can preserve useful search information across substantial revisions.

Thu 10 SeptArtificial Intelligence
The gist
Optimization problems in real life often change over time, requiring updates while keeping past good decisions. The authors present MAPLE, a system that uses natural language requests combined with mathematical and evolutionary methods to update and maintain optimization solutions. MAPLE remembers earlier plans and candidate solutions to help quickly adapt to changes. Their tests show MAPLE effectively handles sequences of updates in diverse optimization tasks like scheduling and routing.
Open 2609.11636v1

Framework improves solutions for uncertain hard optimization problems

A Reusable Framework for Robust Approximation Algorithms in the Interval Uncertainty Model

Abstract: Robust optimization under interval uncertainty aims to compute solutions that perform well on a range of scenarios that are described by interval-constrained costs. In this paper, we revisit a framework introduced by Ganesh, Maggs and Panigrahi in 2020 to study the robust optimization of NP-hard problems under interval uncertainty. We start by generalizing a result in the $\ell=0$ case, which transforms a category of approximation algorithms into a robust approximation algorithm. Furthermore, in the general case, we provide a theorem that turns any local search-based approximation algorithm into a robust approximation algorithm under three newly formalized conditions over the moves of the local search algorithm. We then use this result to present the first robust approximation algorithm for Weighted $k$-Set Cover, the third NP-hard problem known to admit a robust approximation, and the first since the publication of Ganesh, Maggs and Panigrahi's paper.

Thu 10 SeptData Structures and Algorithms
The gist
Finding good solutions when there is uncertainty about important costs is hard, especially for complex problems. The paper builds on previous work to create a reusable way of turning existing approximate solving methods into ones that handle uncertainty better. It introduces new conditions for adapting local search approaches and demonstrates the first robust method for a specific problem called Weighted k-Set Cover. This advance adds to a small set of difficult problems known to have reliable approximate solutions under uncertain conditions.
Open 2609.11621v1

RouteRepair improves routing heuristics by fixing specific failures

RouteRepair: Instance-Level Failure Diagnosis and Targeted Repair in LLM-Based Automated Heuristic Design for Routing Optimization

Abstract: Efficient routing optimization is essential to freight transportation, urban logistics, and shared mobility, where high-quality heuristics are often required under limited computational budgets. Recent large language model (LLM)-based automated heuristic design methods can generate effective routing rules, but aggregate evaluation may mask recurrent failures on particular instance structures. To address this limitation, this study develops RouteRepair, which diagnoses parent-specific weaknesses from instance-level performance and applies targeted modifications to the corresponding heuristic components while protecting behavior that already performs well. Routing evidence, solver behavior, and program context are combined to define bounded repair objectives, and each intervention is validated through matched parent-child evaluation of failure recovery and collateral degradation. Experiments on the traveling salesman problem (TSP) and capacitated vehicle routing problem (CVRP) span constructive search, guided local search, and ant colony optimization. RouteRepair-GLS reduces the mean TSP optimality gap from 1.7476% to 0.7587%, while the constructive CVRP heuristic lowers average route cost by 1.91% relative to the savings heuristic; the generated ACO priors also outperform matched hand-designed priors. These results show that failure-aware, evidence-constrained refinement can improve routing heuristics on difficult instances while preserving performance on cases they already solve well.

Thu 10 SeptArtificial Intelligence
The gist
Finding good routes for deliveries or trips is tricky, especially when computers have limited time to solve the problem. The authors created RouteRepair, a method that spots exactly where a routing plan fails on certain tricky examples and fixes just those parts, without messing up the good parts. They tested this on classic routing problems like the traveling salesman and vehicle routing, showing better routes and cost savings. This shows it’s possible to make computer-designed routing rules smarter by focusing on their weak spots.
Open 2609.11452v1

Genetic algorithm improves delivery route planning without fixed start point

Node-Shift-Encoding Genetic Algorithm with fuzzy-enhanced reference tour to solve the bi-objective service-oriented TSP

Abstract: The Travelling Salesman Problem (TSP) remains a key area of research in combinatorial optimization, with applications in logistics, manufacturing, and service delivery. This paper addresses a bi-objective service-oriented TSP in which the clients' ranks in the delivery path matter. Unlike conventional depot-based TSP formulations, the considered problem does not assume a distinguished depot or a fixed tour origin. To address this setting, we adapt the Miller--Tucker--Zemlin (MTZ)-based formulation and derive an original linearization of the resulting model, enabling its solution with off-the-shelf integer linear programming solvers. This adaptation avoids the rigid tour origin imposed by the conventional MTZ formulation, for which fixing the starting node does not affect the tour cost but can affect the objective in a customer-rank-sensitive TSP. To solve this problem, we present a Node-Shift-Encoding (NSE)-based Genetic Algorithm augmented with fuzzy reasoning to update the reference tour throughout the evolutionary process. Experimental evaluation on TSPLIB benchmarks demonstrates that the proposed method achieves improved performance compared with the classical NSE approach.

Thu 10 SeptComputational Engineering, Finance, and Science
The gist
This paper looks at a tricky problem of figuring out the best way to visit multiple service clients when the order matters and there’s no fixed starting location. The authors created a new approach to represent and solve this problem using a genetic algorithm that adapts over time with some fuzzy logic helping guide the process. They also modified existing math models to better fit situations where the first stop isn’t fixed, which is important when client order really matters. Testing on standard route planning examples shows their approach works better than older methods. This could help improve routes in delivery, manufacturing, or service work where order and client ranking are important.
Open 2609.11257v1

Hybrid neural solver improves combinatorial optimization efficiency

HyCO: A Hybrid Neural Solver for Combinatorial Optimization

Abstract: Sequential reinforcement learning (RL) solvers and global diffusion model (DM) solvers for neural combinatorial optimization exhibit complementary failure modes under an optimization-regret view. The former enjoys small marginal regret in the early construction stage, but suffers from horizon-wise compounding errors with super-linear regret growth; the latter avoids horizon compounding but incurs linear or sublinear regret w.r.t. the dimension of the remaining unsolved subspace. We propose Hybrid Neural Solver for Combinatorial Optimization (HyCO), a hybrid inference algorithm that constructs a solution prefix with an RL solver and adaptively switches to a conditional DM to complete the remaining decisions. To characterize why such hybridization helps, when to trigger the handover, and how to realize it in practice, we first develop a unified error-scaling theoretical framework and prove that, under explicit error-scaling assumptions, i) the hybrid structure achieves strictly lower expected regret than either backbone alone, and ii) there exists a unique optimal trigger step that minimizes the hybrid regret. We then design a lightweight adaptive trigger that combines policy entropy and RL-DM disagreement to detect trajectory-level signals of the regime shift as a practical proxy, since the optimal trigger step is defined at the expected-regret level and is not directly computable on individual trajectories. Experimental results on diverse benchmarks demonstrate that HyCO achieves consistent improvements over both backbones and support the empirical effectiveness of adaptive triggering.

Mon 7 SeptMachine LearningArtificial Intelligence
The gist
Combinatorial optimization problems involve finding the best choice among many possible options, which can be very hard for computers. The paper shows that two common AI techniques, reinforcement learning and diffusion models, have strengths and weaknesses at different stages of solving these problems. The authors propose a new method called HyCO that combines both approaches, starting with reinforcement learning and switching to diffusion models when appropriate. They prove this hybrid method performs better than using either technique alone and create a system to decide the best time to switch during solving. Experiments confirm that HyCO consistently improves the quality of solutions.
Open 2609.07990v1

Improved lower bound found for multicommodity flow on trees

Improved Integrality Gap for Multicommodity Flow on Trees

Abstract: We improve the best known lower bound on the integrality gap for weighted unit-demand multicommodity flow on trees from $1/4$ to $2/5$, improving on the long-standing bound of Chekuri, Mydlarz, and Shepherd~\cite{CMS}. We give the proof in two stages. First, a surprisingly simple packing lemma and an inductive coloring argument give an intermediate bound of $4/11$. We then refine the argument to obtain $2/5$.

Mon 7 SeptData Structures and Algorithms
The gist
The paper deals with a math problem about how well you can route multiple requests through a tree-like network. The authors improve the best known limit that shows how close a simple mathematical solution can get to the best actual solution. They first find an intermediate step using a simple idea, then refine it to get an even better result. This helps better understand the difficulty of dividing flow in these kinds of networks.
Open 2609.07949v1

Fast efficient pairing of points for maximum total distance

A new O(n log n) approach for the Euclidean maximum weight matching problem

Abstract: In a weighted graph $G = (V, E)$, the maximum weight matching problem (MWM) asks for a matching (i.e. pairing) of its vertices, such that each vertex is paired with at most one other vertex and the total sum of weights of all edges connecting paired vertices is maximised. If the vertices of the graph correspond to points in the Euclidean plane and the weights to their pairwise Euclidean distances, we get the Euclidean maximum weight matching problem (Euclidean MWM). The best optimum-solution algorithm for this problem runs in $O(n^{2.5})$. Furthermore, there exists an FPTAS guaranteeing a $(1 - ε)$-approximation ratio, which runs in $O(m ε^{-1} \log ε^{-1})$ time. Heuristics with a subquadratic running time (with respect to the number of vertices $|V|$) are known, but often yield solutions of a modest quality. In this paper, we present a novel algorithm for solving the Euclidean MWM running in $O(n \log n)$ time and providing excellent solution quality, especially for larger instances. In particular, in our computational tests, the algorithm yielded optimum or near-optimum solutions for all test instances; the worst observed optimality gap was less than $1.38\%$. This makes the algorithm highly attractive for practical applications, especially when exact methods become computationally prohibitive due to the size of the instance.

Mon 7 SeptComputational Geometry
The gist
The problem is to pair up points so that the total distance between paired points is as large as possible. The authors introduce a new method that solves this problem much faster than previous best exact methods, running in n log n time instead of n to the 2.5 power. Their approach finds pairings very close or equal to the best possible on tested examples. This speed-up makes it practical to solve big problems where older exact methods would be too slow.
Open 2609.07501v1