Computing Vertex and Edge Connectivity of Graphs Embedded with Crossings
Therese Biedl, Prosenjit Bose, Karthik Murali
TL;DR
This work tackles the problem of computing vertex and edge connectivity for graphs embedded in the plane with crossings by introducing the ribbon radius μ(G) and a radial planarization framework Λ(G). A central structural result shows that for any minimal cut S, the relevant region Λ(S, μ) has bounded diameter, enabling the construction of co-separating triples and efficient dynamic programming on bounded-width decompositions to decide κ(G) and λ(G) in time 2^{O(μκ)}|V(G^×)| and 2^{O(μλ)}|V(G^×)| respectively. The authors develop a full algorithmic pipeline—from BFS-based layer partitioning to tree decompositions and MSOL-free dynamic programming—that extends linear-time connectivity testing from planar and special near-planar graphs to broad classes with small ribbon radius, including k-plane graphs with bounded ×-crossings, d-map/d-framed graphs, and bounded-crossing variants. They also provide near-term applications to various near-planar graph families, along with constructions showing limitations when μ is large. The results offer a unifying, scalable approach to connectivity in embedded graphs and establish a foundation for future extensions to weighted settings and other surfaces.
Abstract
Vertex connectivity and edge connectivity are fundamental concepts in graph theory that have been widely studied from both structural and algorithmic perspectives. The focus of this paper is on computing these two parameters for graphs embedded on the plane with crossings. For planar graphs -- which can be embedded on the plane without any crossings -- it has long been known that vertex and edge connectivity can be computed in linear time. Recently, the algorithm for vertex connectivity was extended from planar graphs to 1-plane graphs (where each edge is crossed at most once) without $\times$-crossings -- these are crossings whose endpoints induce a matching. The key insight, for both these classes of graphs, is that any two vertices/edges of a minimum vertex/edge cut have small face-distance (distance measured by number of faces) in the embedding. In this paper, we attempt at a comprehensive generalization of this idea to a wider class of graphs embedded on the plane. Our method works for all those embedded graphs where every pair of crossing edges is connected by a path whose vertices and edges have a small face-distance from the crossing point. Important examples of such graphs include optimal 2-planar and optimal 3-planar graphs, $d$-map graphs, $d$-framed graphs, graphs with bounded crossing number, and $k$-plane graphs with bounded number of $\times$-crossings. For all these graph classes, we get a linear-time algorithm for computing vertex and edge connectivity.
