Incremental Optimization of Independent Sets under Reachability Constraints
Takehiro Ito, Haruka Mizuta, Naomi Nishimura, Akira Suzuki

TL;DR
This paper introduces a new framework for reconfiguration problems, focusing on optimizing independent sets under reachability constraints, and provides complexity results and algorithms for various graph classes.
Contribution
It formulates a novel reconfiguration problem for independent sets, analyzes its computational complexity, and offers efficient algorithms for specific graph classes like chordal graphs.
Findings
Problem is PSPACE-hard for bounded pathwidth graphs.
NP-hard for planar graphs.
Linear-time algorithm for chordal graphs.
Abstract
We introduce a new framework for reconfiguration problems, and apply it to independent sets as the first example. Suppose that we are given an independent set of a graph , and an integer which represents a lower bound on the size of any independent set of . Then, we are asked to find an independent set of having the maximum size among independent sets that are reachable from by either adding or removing a single vertex at a time such that all intermediate independent sets are of size at least . We show that this problem is PSPACE-hard even for bounded pathwidth graphs, and remains NP-hard for planar graphs. On the other hand, we give a linear-time algorithm to solve the problem for chordal graphs. We also study the fixed-parameter (in)tractability of the problem with respect to the following three parameters: the degeneracy of an input graph, a…
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 · Optimization and Search Problems · Complexity and Algorithms in Graphs
