Practical I/O-Efficient Multiway Separators

07/06/2021
by   Svend C. Svendsen, et al.
0

We revisit the fundamental problem of I/O-efficiently computing r-way separators on planar graphs. An r-way separator divides a planar graph with N vertices into O(r) regions of size O(N/r) and O(√(Nr)) boundary vertices in total, where boundary vertices are vertices that are adjacent to more than one region. Such separators are used in I/O-efficient solutions to many fundamental problems on planar graphs such as breadth-first search, finding single-source shortest paths, topological sorting, and finding strongly connected components. Our main result is an I/O-efficient sampling-based algorithm that, given a Koebe-embedding of a graph with N vertices and a parameter r, computes an r-way separator for the graph under certain assumptions on the size of internal memory. Computing a Koebe-embedding of a planar graph is difficult in practice and no known I/O-efficient algorithm currently exists. Therefore, we show how our algorithm can be generalized and applied directly to Delaunay triangulations without relying on a Koebe-embedding. This adaptation can produce many boundary vertices in the worst-case, however, to our knowledge our result is the first to be implemented in practice due to the many non-trivial and complex techniques used in previous results. Furthermore, we show that our algorithm performs well on real-world data and that the number of boundary vertices is small in practice. Motivated by applications in geometric information systems, we show how our algorithm for Delaunay triangulations can be applied to compute the flow accumulation over a terrain, which models how much water flows over the vertices of a terrain. When given an r-way separator, our implementation of the algorithm outperforms traditional sweep-line-based algorithms on the publicly available digital elevation model of Denmark.

READ FULL TEXT
research
08/30/2021

BDD-Based Algorithm for SCC Decomposition of Edge-Coloured Graphs

Edge-coloured directed graphs provide an essential structure for modelli...
research
02/24/2022

Polynomial Kernels for Tracking Shortest Paths

Given an undirected graph G=(V,E), vertices s,t∈ V, and an integer k, Tr...
research
10/18/2021

Planar Median Graphs and Cubesquare-Graphs

Median graphs are connected graphs in which for all three vertices there...
research
10/28/2014

Throat Finding Algorithms based on Throat Types

The three-dimensional geometry and connectivity of pore space determines...
research
02/20/2023

Extending Orthogonal Planar Graph Drawings is Fixed-Parameter Tractable

The task of finding an extension to a given partial drawing of a graph w...
research
10/27/2022

Discrete Bulk Reconstruction

According to the AdS/CFT correspondence, the geometries of certain space...
research
07/20/2016

Dappled tiling

We consider a certain tiling problem of a planar region in which there a...

Please sign up or login with your details

Forgot password? Click here to reset