Listing Small Minimal Separators of a Graph
Tuukka Korhonen

TL;DR
This paper introduces an algorithm for enumerating small minimal separators in a graph, achieving fixed-parameter-delay and incremental-polynomial time, filling a gap in existing graph enumeration methods.
Contribution
The paper presents the first non-trivial time complexity algorithm for enumerating minimal $a,b$-separators of size at most $k$, with fixed-parameter-delay and incremental-polynomial time.
Findings
Algorithm enumerates minimal separators efficiently
Achieves fixed-parameter-delay and incremental-polynomial time
No prior algorithms with non-trivial complexity for this problem
Abstract
Let be a graph and vertices of . A minimal -separator of is an inclusion-wise minimal vertex set of that separates and . We consider the problem of enumerating the minimal -separators of that contain at most vertices, given some integer . We give an algorithm which enumerates such minimal separators, outputting the first minimal separators in at most time for all . 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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Graph Labeling and Dimension Problems · Optimization and Search Problems
