

The Network Diversion Problem
Jul 6, 2025
Pål Grønås Drange, an Associate Professor at the University of Bergen, dives into parameterized complexity and its implications for solving tough computational problems. He unpacks the network diversion problem, illustrating the challenge of directing flow through specified paths rather than merely blocking routes. The discussion covers vulnerability measures in networks, with real-world examples like the Nord Stream incident, and highlights how certain structural characteristics can influence algorithm performance. Listeners gain insights into network efficiency and the intricate relationship between theory and practical application.
AI Snips
Chapters
Transcript
Episode notes
Network Diversion Problem Explained
- Network diversion differs from minimum cut by forcing all traffic through one specific edge instead of cutting all routes.
- Its computational complexity is unknown, making it a challenging and unique problem in graph theory.
Network Vulnerability in Practice
- Vulnerability measures analyze how susceptible a network is to attacks like edge or node removal.
- Real-world cases like the Nord Stream pipeline show how targeting key edges can force flow through alternate paths.
Planar Graphs Enable Efficient Solutions
- Planar graphs have unique properties like cut-cycle duality that allow polynomial-time algorithms for network diversion.
- Using the dual graph of regions simplifies complex cut problems to shortest paths or cycles computations.