The Parameterized Complexity of Computing the Linear Vertex Arboricity
Alexander Erhardt, Alexander Wolff
TL;DR
This work analyzes the parameterized complexity of computing the linear vertex arboricity (LVA) of graphs, which equals the 3D weak line cover number. It proves para-NP-hardness with respect to maximum degree, establishing tight boundaries: graphs with maximum degree at most $4$ (excluding $K_4$) have $LVA\le 2$, while it becomes NP-hard to decide $LVA=2$ for maximum degree $5$; planar graphs have NP-hardness for maximum degree $6$, leaving the degree-$5$ planar case open. It also shows that for any fixed $k\ge1$, deciding whether $LVA\le k$ is fixed-parameter tractable parameterized by treewidth, and provides compact ILP and SAT formulations for practical encoding. The results connect LVA to the broader study of line-cover numbers and establish clear parameterized boundaries, while outlining open questions and directions for future work.
Abstract
The \emph{linear vertex arboricity} of a graph is the smallest number of sets into which the vertices of a graph can be partitioned so that each of these sets induces a linear forest. Chaplick et al. [JoCG 2020] showed that, somewhat surprisingly, the linear vertex arboricity of a graph is the same as the \emph{3D weak line cover number} of the graph, that is, the minimum number of straight lines necessary to cover the vertices of a crossing-free straight-line drawing of the graph in $\mathbb{R}^3$. Chaplick et al. [JGAA 2023] showed that deciding whether a given graph has linear vertex arboricity 2 is NP-hard. In this paper, we investigate the parameterized complexity of computing the linear vertex arboricity. We show that the problem is para-NP-hard with respect to the parameter maximum degree. Our result is tight in the following sense. All graphs of maximum degree 4 (except for $K_4$) have linear vertex arboricity at most 2, whereas we show that it is NP-hard to decide, given a graph of maximum degree 5, whether its linear vertex arboricity is 2. Moreover, we show that, for planar graphs, the same question is NP-hard for graphs of maximum degree 6, leaving open the maximum-degree-5 case. Finally, we prove that, for any $k \ge 1$, deciding whether the linear vertex arboricity of a graph is at most $k$ is fixed-parameter tractable with respect to the treewidth of the given graph.
