Contested Logistics: A Game-Theoretic Approach
Jakub Cerny, Chun Kai Ling, Darshan Chakrabarti, Jingwen Zhang, Gabriele Farina, Christian Kroer, Garud Iyengar
TL;DR
Contested Logistics (CL) formalizes a two-player zero-sum game on a graph where Blue optimizes multi-modal logistics under Red's edge interdictions. The framework defines Blue's two-stage routing and loading actions alongside Red's budgeted interdiction, with Leontief utilities governing demand satisfaction. The authors prove NP-hardness for computing equilibria but offer a practical double-oracle solver built on best-response MILPs to approximate Nash equilibria, and validate scalability on synthetic grids and real-world maps (UK and Ukraine). They also quantify robustness, showing that explicit adversarial modeling markedly improves performance over heuristic baselines and that over- or under-estimating Red's capabilities has asymmetric effects. The work advances robust logistics planning by integrating adversarial behavior into large-scale, graph-based routing with practical optimization techniques.
Abstract
We introduce Contested Logistics Games, a variant of logistics problems that account for the presence of an adversary that can disrupt the movement of goods in selected areas. We model this as a large two-player zero-sum one-shot game played on a graph representation of the physical world, with the optimal logistics plans described by the (possibly randomized) Nash equilibria of this game. Our logistics model is fairly sophisticated, and is able to handle multiple modes of transport and goods, accounting for possible storage of goods in warehouses, as well as Leontief utilities based on demand satisfied. We prove computational hardness results related to equilibrium finding and propose a practical double-oracle solver based on solving a series of best-response mixed-integer linear programs. We experiment on both synthetic and real-world maps, demonstrating that our proposed method scales to reasonably large games. We also demonstrate the importance of explicitly modeling the capabilities of the adversary via ablation studies and comparisons with a naive logistics plan based on heuristics.
