Digraph Coloring and Distance to Acyclicity
Ararat Harutyunyan, Michael Lampis, Nikolaos Melissinos

TL;DR
This paper investigates the complexity of k-Digraph Coloring near acyclic graphs, establishing NP-hardness results based on various parameters and providing fixed-parameter tractability results with tight bounds.
Contribution
It strengthens NP-hardness results for graphs close to acyclic, refines bounds for feedback arc sets, and proves the optimality of an FPT algorithm parameterized by treewidth.
Findings
NP-hardness for DFVS at most k
NP-hardness for graphs with feedback arc set at most k^2
FPT algorithm for treewidth with tight complexity bounds
Abstract
In -Digraph Coloring we are given a digraph and are asked to partition its vertices into at most sets, so that each set induces a DAG. This well-known problem is NP-hard, as it generalizes (undirected) -Coloring, but becomes trivial if the input digraph is acyclic. This poses the natural parameterized complexity question what happens when the input is "almost" acyclic. In this paper we study this question using parameters that measure the input's distance to acyclicity in either the directed or the undirected sense. It is already known that, for all , -Digraph Coloring is NP-hard on digraphs of DFVS at most . We strengthen this result to show that, for all , -Digraph Coloring is NP-hard for DFVS . Refining our reduction we obtain two further consequences: (i) for all , -Digraph Coloring is NP-hard for graphs of feedback arc set (FAS)…
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
