Finding $b$-colorings Using Feedback Edges
Jakub Balab\'an

TL;DR
This paper proves that finding $b$-colorings is fixed-parameter tractable when parameterized by feedback edge number, using a combination of standard and problem-specific techniques, and also explores related parameters.
Contribution
It introduces an FPT algorithm for $b$-coloring based on feedback edge number and extends the analysis to distance to co-cluster, advancing understanding of parameterized complexity.
Findings
FPT algorithm for $b$-coloring with feedback edge number
FPT algorithm for $b$-coloring with distance to co-cluster
W[$1$]-hardness when parameterized by tree-depth
Abstract
A -coloring of a graph is a proper vertex coloring such that each color class contains a vertex that sees all other colors in its neighborhood. The -coloring problem, in which the task is to decide whether a graph admits a -coloring with colors, is NP-complete in general but polytime solvable on trees. Moreover, it is known that -coloring is in XP but W[]-hard for all when parameterized by tree-width. In fact, only very few parameters, such as the vertex cover number, were known to admit an FPT algorithm for -coloring. In this paper, we consider a more restrictive parameter measuring similarity to trees than tree-width, namely the feedback edge number, and show that -coloring is fixed-parameter tractable under this parameterization. Our algorithm combines standard techniques used in parameterized algorithmics with the problem-specific ideas…
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 · Scheduling and Timetabling Solutions · Complexity and Algorithms in Graphs
