Placing Green Bridges Optimally, with a Multivariate Analysis

Till Fluschnik,Leon Kellerhals
DOI: https://doi.org/10.1007/s00224-023-10157-5
IF: 0.616
2024-04-02
Theory of Computing Systems
Abstract:We study the problem of placing wildlife crossings, such as green bridges, over human-made obstacles to challenge habitat fragmentation. The main task herein is, given a graph describing habitats or routes of wildlife animals and possibilities of building green bridges, to find a low-cost placement of green bridges that connects the habitats. We develop three problem models for this task and study them from a computational complexity and parameterized algorithmics perspective.
computer science, theory & methods,mathematics
What problem does this paper attempt to address?
This paper discusses how to optimize the placement of wildlife crossing points, such as green bridges, to overcome habitat fragmentation. In the study, the authors developed a graph model in which vertices represent land areas and edges represent potential locations for green bridges, with each animal species corresponding to a subset of habitats. The goal is to find the lowest-cost layout of green bridges that allows each species' habitat to be interconnected. The authors proposed three different decision problems, each focusing on different connectivity requirements: d-Reach GBP ensures that each habitat is connected along paths of length d, d-Closed GBP requires the existence of such paths between any two regions within the same habitat and forms a clique (complete graph), while d-Diameter GBP requires paths to only use regions within the habitat and have a diameter no greater than d. These problems were studied in terms of their computational complexity, parameterized complexity, and whether there exist fixed-parameter tractable algorithms. The paper also discusses the impact of data quality on solution selection, suggesting that when data quality is low, increasing the value of d allows for "jumps" to potentially unoccupied areas. The authors summarize their results in terms of classical complexity, parameterized complexity, and provide approximation algorithms for these problems. The main contributions of the paper include solving the classical complexity and parameterized complexity of these problems for different values of d, as well as providing approximation algorithms and problem kernel sizes for certain problems. The study also points out the connections between these problems and various other fields such as computer networks, social networks, and graph drawing, citing related research in these areas. In summary, this paper aims to promote sustainability, reduce wildlife-vehicle collisions, protect biodiversity, and provide theoretical support for practical applications by optimizing the placement of green bridges.