Placing Green Bridges Optimally, with Close-Range Habitats in Sparse Graphs
Christian Wallisch, Till Fluschnik, Leon Kellerhals
TL;DR
The paper investigates a diameter-2 connectivity problem for reconnecting fragmented habitats via edge-penalty networks, seeking a cheapest edge set F containing forced edges so that each habitat induces a subgraph of diameter at most 2. It develops a nuanced, multi-regime analysis: polynomial-time algorithms for subcubic graphs, for planar graphs with tiny habitats, and for Δ=4 with habitats of size up to four, complemented by NP-hardness results for Δ=5 (even with tiny habitats) and planar instances with modest habitat sizes. Central to the approach are structural tools like the habitat-intersection graph and carefully designed preprocessing rules, enabling reductions to path/cycle DP on components and hierarchical planar reductions. The results delineate sharp tractability borders and provide a foundation for extending diameter-constrained network design to broader graph classes and ecological scenarios with practical implications for wildlife crossing placement.
Abstract
We study a network design problem motivated by the challenge of placing wildlife crossings to reconnect fragmented habitats of animal species, which is among the 17 goals towards sustainable development by the UN: Given a graph, whose vertices represent the fragmented habitat areas and whose edges represent possible green bridge locations (with costs), and the habitable vertex set for each species' habitat, the goal is to find the cheapest set of edges such that each species' habitat is sufficiently connected. We focus on the established variant where a habitat is considered sufficiently connected if it has diameter two in the solution and study its complexity in cases justified by our setting namely small habitat sizes on planar graphs and graphs of small maximum degree $Δ$. We provide efficient algorithms and NP-hardness results for different values of $Δ$ and maximum habitat sizes on general and planar graphs.
