The Edge-based Contiguous p-median Problem with Connections to Logistics Districting
Summary
This paper introduces the edge-based contiguous p-median (ECpM) problem for partitioning road networks into compact territories, proposing two binary programming models with contiguity constraints and testing them on large road networks. The shortest-path constraint model achieves significant speedups over a cut set-based branch-and-cut approach, with connections to logistics districting.
View Cached Full Text
Cached at: 08/13/26, 03:23 PM
# The Edge-based Contiguous p-median Problem with Connections to Logistics Districting Source: [https://arxiv.org/abs/2608.11230](https://arxiv.org/abs/2608.11230) [View PDF](https://arxiv.org/pdf/2608.11230) > Abstract:This paper introduces the edge\-based contiguous p\-median \(ECpM\) problem to partition the roads in a network into a given number of compact and contiguous territories\. Two binary programming models are introduced, both of which incorporate a network distance\. The first model requires an exponential number of cut set\-based constraints to model contiguity; it is paired with a separation scheme that usually generates only a small number of these constraints, namely, a branch\-and\-cut \(B&C\) algorithm\. The second model utilizes a polynomial number of shortest\-path constraints to model contiguity and can be solved with off\-the\-shelf solvers\. The respective solution approaches are tested on road networks with over 2,700 nodes and close to 3,400 edges, yielding models with over 9\.6 million binary variables\. Solving the model based on shortest path contiguity \(SPC\) constraints via standard branch and bound attains speedups in computational time of up to 17x relative to the cut set\-based B&C implementation\. In addition, the SPC constraints are demonstrated to be supervalid inequalities of the edge\-based p\-median \(EpM\) model \(i\.e\., for which contiguity is not explicitly required\), meaning that they may cut off integer\-feasible solutions and some, but not all, of the optimal solutions of this simpler problem\. Finally, the paper explores structural insights and connections between ECpM and the edge\-based districting \(EBD\) problem, which enforces an additional work balance criterion\. An existing model that utilizes cut set\-based contiguity constraints was unable to find a feasible solution within 12 hours for any of the tested instances, while an SPC\-based EBD model was able to solve most of these to optimality\. ## Submission history From: Zeyad Kassem \[[view email](https://arxiv.org/show-email/1480f1e0/2608.11230)\] **\[v1\]**Thu, 30 Jul 2026 03:49:03 UTC \(68 KB\)
Similar Articles
Robust Feasible Route Construction through Collaborative Partition Optimization
This paper introduces Collaborative Routing Constructors (CoRC), a framework that enables independently solved subproblems to exchange customers and vehicles during optimization, improving feasibility and scalability for large-scale Capacitated Vehicle Routing Problems.
Fast and Effective Redistricting Optimization via Composite-Move Tabu Search
This paper introduces a composite-move Tabu search algorithm for spatial redistricting that improves solution quality and efficiency while preserving contiguity constraints.
CP or DP? Why Not Both: A Case Study in the Partial Shop Scheduling Problem
This paper presents a hybrid approach combining dynamic programming and constraint programming to solve the Partial Shop Scheduling Problem, demonstrating the viability of integrating both paradigms despite not outperforming pure CP solvers.
Geometry-Aware MCTS for Extremal Problems in Combinatorial Geometry
This paper presents a Geometry-Aware Monte Carlo Tree Search framework for solving extremal combinatorial geometry problems on n×n grids, achieving new best-known results on five out of six tested problems, including improvements for the No-Three-in-Line problem.
Difference of Convex Programming in the Wasserstein Space with Applications to MMD Optimization
This paper introduces a difference-of-convex programming framework in Wasserstein space for optimizing non-convex functionals over probability measures, with explicit decompositions for Maximum Mean Discrepancy and Energy Distance, and proves convergence of the lifted convex-concave procedure.