Algorithms and hardness for Metric Dimension on digraphs
Antoine Dailly, Florent Foucaud, Anni Hakanen
TL;DR
The paper addresses the Metric Dimension problem on digraphs, defining resolving sets via directed distances and reachability. It delivers a suite of algorithmic advances: a linear-time algorithm for di-trees, an extension to orientations of unicyclic graphs, and the first FPT algorithm parameterized by directed modular-width with runtime $O(t^5 2^{t^2} n + n^3 + m)$. It also establishes NP-hardness for planar triangle-free DAGs with restricted degree and distance, mapping the tractability frontier for digraphs. Together, these results expand the algorithmic understanding of identification problems on directed graphs and highlight rich structural avenues for further exploration, including outerplanar and cactus-like generalizations.
Abstract
In the Metric Dimension problem, one asks for a minimum-size set $R$ of vertices such that for any pair of vertices of the graph, there is a vertex from $R$ whose two distances to the vertices of the pair are distinct. This problem has mainly been studied on undirected graphs and has gained a lot of attention in the recent years. We focus on directed graphs, and show how to solve the problem in linear time on digraphs whose underlying undirected graph (ignoring multiple edges) is a tree. This (non-trivially) extends a previous algorithm for oriented trees. We then extend the method to orientations of unicyclic graphs. We also give a fixed-parameter-tractable algorithm for digraphs when parameterized by the directed modular-width, extending a known result for undirected graphs. Finally, we show that Metric Dimension is NP-hard even on planar triangle-free acyclic digraphs of maximum degree 6.
