Application Area: Telecommunications Network Planning
The Network Design problem involves constructing a cost-efficient communication network that can handle specified traffic demands while maintaining degree constraints. This problem is relevant for telecommunications, data center design, and logistics networks.
Given an
-
Construct a simple directed graph
$D$ with node set${1,\ldots,n}$ where each node has in-degree and out-degree equal to$p$ -
Route
$t_{ij}$ units of flow from$i$ to$j$ for all$1 \leq i, j \leq n$ with$i \neq j$ -
Minimize the maximum aggregate flow on any edge of
$D$
Instance Parameters:
-
$p = 2$ (each node has 2 incoming and 2 outgoing connections) -
$n \in {5, \ldots, 24}$ nodes - Demand matrix entries:
$t_{ij} \in {0} \cup [16, 100]$
- instances/ - Network demand matrices
- models/ - Mathematical model formulations
- solutions/ - Optimal or best-known solutions
- check/ - Solution verification tools
- info/ - Additional documentation
- submissions/ - Community solution submissions
- Bienstock, D., Günlük, O. (1995). Computational experience with a difficult mixed-integer multicommodity flow problem. Mathematical Programming 68, 213–237.
