Reconfiguring Multiple Connected Components with Size Multiset Constraints
Yu Nakahata

TL;DR
This paper introduces a generalized graph reconfiguration problem called CCR, explores new reconfiguration rules, and provides efficient algorithms for special graph classes, extending prior ISR results.
Contribution
It generalizes ISR to CCR with size multiset constraints, introduces new reconfiguration rules, and offers efficient solutions for specific graph classes.
Findings
CCR is PSPACE-complete in general.
CCR-CS is solvable in linear time on paths.
CCR-CJ is solvable in quadratic time on paths.
Abstract
We propose a novel generalization of Independent Set Reconfiguration (ISR): Connected Components Reconfiguration (CCR). In CCR, we are given a graph , two vertex subsets and , and a multiset of positive integers. The question is whether and are reconfigurable under a certain rule, while ensuring that each vertex subset induces connected components whose sizes match the multiset . ISR is a special case of CCR where only contains 1. We also propose new reconfiguration rules: component jumping (CJ) and component sliding (CS), which regard connected components as tokens. Since CCR generalizes ISR, the problem is PSPACE-complete. In contrast, we show three positive results: First, CCR-CS and CCR-CJ are solvable in linear and quadratic time, respectively, when is a path. Second, we show that CCR-CS is solvable in linear time for…
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
TopicsDistributed systems and fault tolerance · Advanced Graph Theory Research · Interconnection Networks and Systems
