The Edge-based Contiguous p-median Problem with Connections to Logistics Districting

arXiv cs.AI Papers

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.

arXiv:2608.11230v1 Announce Type: new 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.
Original Article
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

Geometry-Aware MCTS for Extremal Problems in Combinatorial Geometry

arXiv cs.AI

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.