Parameterizing Path Partitions
Henning Fernau, Florent Foucaud, Kevin Mann, Utkarsh Padariya and, Rajath Rao K.N

TL;DR
This paper investigates the computational complexity of partitioning graphs into a small number of paths, exploring various variants and parameters, and establishing both hardness results and fixed-parameter tractability under different conditions.
Contribution
It provides new complexity results for path partition problems, including hardness on specific graph classes and fixed-parameter algorithms based on neighborhood diversity and other parameters.
Findings
NP-hardness on planar bipartite DAGs and undirected bipartite graphs
W[1]-hardness parameterized by number of paths on DAGs
FPT algorithms for neighborhood diversity and vertex cover parameters
Abstract
We study the algorithmic complexity of partitioning the vertex set of a given (di)graph into a small number of paths. The Path Partition problem (PP) has been studied extensively, as it includes Hamiltonian Path as a special case. The natural variants where the paths are required to be either \emph{induced} (Induced Path Partition, IPP) or \emph{shortest} (Shortest Path Partition, SPP), have received much less attention. Both problems are known to be NP-complete on undirected graphs; we strengthen this by showing that they remain so even on planar bipartite directed acyclic graphs (DAGs), and that SPP remains NP-hard on undirected bipartite graphs. When parameterized by the natural parameter ``number of paths'', both SPP and IPP are shown to be W[1]-hard on DAGs. We also show that SPP is in XP both for DAGs and undirected graphs for the same parameter, as well as for other special…
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 · graph theory and CDMA systems
