English

Enumerating Minimal Separators in Ranked Order

Data Structures and Algorithms 2021-12-03 v3 Databases

Abstract

Let GG be an nn-vertex graph, and s,ts,t vertices of GG. We present an efficient algorithm which enumerates the set of minimal stst-separators of GG in ascending order of cardinality, with a delay of O(n3.5)O(n^{3.5}) per separator. In particular, we present an algorithm that lists, in ascending order of cardinality, all minimal separators with at most kk vertices. In that case, we show that the delay of the enumeration algorithm is O(kn2.5)O(kn^{2.5}) per separator. Our process is based on a new method that can decide, in polynomial time, whether the set of minimal separators under certain inclusion, exclusion, and cardinality constraints is empty.

Keywords

Cite

@article{arxiv.2111.07647,
  title  = {Enumerating Minimal Separators in Ranked Order},
  author = {Batya Kenig},
  journal= {arXiv preprint arXiv:2111.07647},
  year   = {2021}
}

Comments

Error in Lemma 13

R2 v1 2026-06-24T07:38:32.712Z