Planar Disjoint Paths in Linear Time

07/12/2019
by   Petr A. Golovach, et al.
0

The Disjoint Paths problem asks whether a fixed number of pairs of terminals in a graph G can be linked by pairwise disjoint paths. In the context of this problem, Robertson and Seymour introduced the celebrated irrelevant vertex technique that has since become standard in graph algorithms. The technique consists of detecting a vertex that is irrelevant in the sense that its removal creates an equivalent instance of the problem. That way, one may solve the problem in O(n^2) steps, as the detection of an irrelevant vertex takes O(n) time and at most n vertices may need to be removed. In this paper we study the Planar Disjoint Paths problem where the input graph is planar. We introduce an extension of the irrelevant vertex technique where all the irrelevant vertices are removed simultaneously so that an instance of the Planar Disjoint Paths problem can be transformed in a linear number of steps to an equivalent one that has bounded treewidth. As a consequence, the Planar Disjoint Paths problem can be solved in linear time for every fixed number of terminals.

READ FULL TEXT

page 6

page 8

page 12

research
08/19/2020

Efficient Graph Minors Theory and Parameterized Algorithms for (Planar) Disjoint Paths

In the Disjoint Paths problem, the input consists of an n-vertex graph G...
research
07/13/2023

Planar Disjoint Paths, Treewidth, and Kernels

In the Planar Disjoint Paths problem, one is given an undirected planar ...
research
01/14/2019

A lower bound on the tree-width of graphs with irrelevant vertices

For their famous algorithm for the disjoint paths problem, Robertson and...
research
11/07/2022

Parameterized Algorithm for the Disjoint Path Problem on Planar Graphs: Exponential in k^2 and Linear in n

In this paper, we study the problem: Given an undirected planar graph G...
research
10/17/2018

Finding Maximal Sets of Laminar 3-Separators in Planar Graphs in Linear Time

We consider decomposing a 3-connected planar graph G using laminar separ...
research
09/30/2019

A relaxation of the Directed Disjoint Paths problem: a global congestion metric helps

In the Directed Disjoint Paths problem, we are given a digraph D and a s...
research
05/03/2023

Computing paths of large rank in planar frameworks deterministically

A framework consists of an undirected graph G and a matroid M whose elem...

Please sign up or login with your details

Forgot password? Click here to reset