Dominating Set is Fixed Parameter Tractable in Claw-free Graphs
Marek Cygan, Geevarghese Philip, Marcin Pilipczuk, Micha{\l}, Pilipczuk, Jakub Onufry Wojtaszczyk

TL;DR
This paper proves that the dominating set problem is fixed-parameter tractable in claw-free graphs, extending known results and identifying the role of the claw as a complexity barrier.
Contribution
It introduces an FPT algorithm for dominating set in claw-free graphs and shows the problem's hardness in graphs excluding larger claws.
Findings
FPT algorithm for dominating set in claw-free graphs
W[2]-hardness of dominating set in graphs excluding larger claws
FPT result for clique problem in t-claw-free graphs
Abstract
We show that the dominating set problem parameterized by solution size is fixed-parameter tractable (FPT) in graphs that do not contain the claw (K(1,3)), the complete bipartite graph on four vertices where the two parts have one and three vertices, respectively) as an induced subgraph. We present an algorithm that uses 2^O(k^2)n^O(1) time and polynomial space to decide whether a claw-free graph on n vertices has a dominating set of size at most k. Note that this parameterization of dominating set is W[2]-hard on the set of all graphs, and thus is unlikely to have an FPT algorithm for graphs in general. The most general class of graphs for which an FPT algorithm was previously known for this parameterization of dominating set is the class of K(i,j)-free graphs, which exclude, for some fixed i,j, the complete bipartite graph K(i,j) as a subgraph. For i,i >= 2, the class of claw-free…
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 · Complexity and Algorithms in Graphs · Optimization and Search Problems
