Solution Discovery for Vertex Cover, Independent Set, Dominating Set, and Feedback Vertex Set
By: Rin Saito , Anouk Sommer , Tatsuhiro Suga and more
Potential Business Impact:
Finds solutions to hard problems faster.
In the solution discovery problem for a search problem on graphs, we are given an initial placement of $k$ tokens on the vertices of a graph and asked whether this placement can be transformed into a feasible solution by applying a small number of modifications. In this paper, we study the computational complexity of solution discovery for several fundamental vertex-subset problems on graphs, namely Vertex Cover Discovery, Independent Set Discovery, Dominating Set Discovery, and Feedback Vertex Set Discovery. We first present XP algorithms for all four problems parameterized by clique-width. We then prove that Vertex Cover Discovery, Independent Set Discovery, and Feedback Vertex Set Discovery are NP-complete for chordal graphs and graphs of diameter 2, which have unbounded clique-width. In contrast to these hardness results, we show that all three problems can be solved in polynomial time on split graphs. Furthermore, we design an FPT algorithm for Feedback Vertex Set Discovery parameterized by the number of tokens.
Similar Papers
On Algorithmic Meta-Theorems for Solution Discovery: Tractability and Barriers
Data Structures and Algorithms
Finds solutions by moving pieces on a board.
Spanning Trees with a Small Vertex Cover: the Complexity on Specific Graph Classes
Data Structures and Algorithms
Finds special tree structures in computer networks.
Timeline Problems in Temporal Graphs: Vertex Cover vs. Dominating Set
Data Structures and Algorithms
Helps computers understand changing connections.