English

Listing Small Minimal Separators of a Graph

Data Structures and Algorithms 2020-12-17 v1 Discrete Mathematics

Abstract

Let GG be a graph and a,ba,b vertices of GG. A minimal a,ba,b-separator of GG is an inclusion-wise minimal vertex set of GG that separates aa and bb. We consider the problem of enumerating the minimal a,ba,b-separators of GG that contain at most kk vertices, given some integer kk. We give an algorithm which enumerates such minimal separators, outputting the first RR minimal separators in at most poly(n)Rmin(4k,R)poly(n) R \cdot \min(4^k, R) time for all RR. Therefore, our algorithm can be classified as fixed-parameter-delay and incremental-polynomial time. To the best of our knowledge, no algorithms with non-trivial time complexity have been published for this problem before. We also discuss barriers for obtaining a polynomial-delay algorithm.

Keywords

Cite

@article{arxiv.2012.09153,
  title  = {Listing Small Minimal Separators of a Graph},
  author = {Tuukka Korhonen},
  journal= {arXiv preprint arXiv:2012.09153},
  year   = {2020}
}

Comments

9 pages

R2 v1 2026-06-23T21:01:38.526Z