English

Fast Enumeration of Minimal Removable Sets in Monotone Systems with Application to Core Collapse Analysis

Data Structures and Algorithms 2026-06-25 v1 Discrete Mathematics Combinatorics

Abstract

In network vulnerability analysis, it is crucial to evaluate the robustness of kk-cores against vertex removals. A kk-core is often fragile since removing a few vertices can trigger a large reduction in the core size, a phenomenon known as core collapse. In this paper, we study the problem of enumerating all minimal removable sets (MinRSs) of a given kk-core, where a MinRS is a minimal nonempty set of vertices whose removal results in a smaller kk-core graph. We consider this problem within a general mathematical framework based on monotone systems. We show that, for a monotone system that is given with an underlying graph G=(V,E)G=(V,E), all MinRSs of a solution can be enumerated in O((n+m)nτω)O((n+m)n\tau_\omega) time, where n=Vn=|V|, m=Em=|E| and τω\tau_\omega denotes the computation time of evaluating the monotone function of the system. Furthermore, if the system satisfies the newly defined in-dominating seed property, the complexity drops to O((n+m)lognτω)O((n+m) \log n \cdot \tau_\omega) time. We prove that standard kk-cores in undirected graphs satisfy this property, enabling MinRS enumeration in O((n+m)logn)O((n+m)\log n) time, a significant improvement over the baseline. We also extend our framework to enumerate all solutions in a given monotone system. This yields an O((n+m)logn)O((n+m)\log n)-delay algorithm for all kk-core subgraphs, outperforming an algorithm given by [Boley et al., Theoretical Computer Science, 2010]. Our framework is applicable to various kk-core extensions, including weighted kk-cores, multi-layer k\boldsymbol{k}-cores, and (k,)(k,\ell)-cores.

Keywords

Cite

@article{arxiv.2606.26639,
  title  = {Fast Enumeration of Minimal Removable Sets in Monotone Systems with Application to Core Collapse Analysis},
  author = {Kan Shota and Kazuya Haraguchi},
  journal= {arXiv preprint arXiv:2606.26639},
  year   = {2026}
}

Comments

28 pages, 5 figures