Realizing temporal transportation trees
George B. Mertzios, Hendrik Molter, Nils Morawietz, Paul G. Spirakis
TL;DR
This work investigates the periodic upper-bounded temporal tree realization (TTR) problem, asking whether a $\Delta$-periodic edge labeling on a tree can realize prescribed upper bounds on fastest-path durations. It reveals a nuanced complexity: TTR is NP-hard even under strong restrictions (constant $\Delta$, star topology, or trees with small diameter/degree), yet it is fixed-parameter tractable when parameterized by the number of leaves, via a MILP-based reduction and a totally unimodular matrix approach that enables Lenstra-type FPT solving. These results delineate a sharp contrast with static graph realization and exact-time periodic variants, and provide a practical framework for scheduling periodic transportation on tree-like networks. The methods combine combinatorial reductions, MILP encodings, and matrix theory to achieve tractable solutions in the leaf-parameterized regime, with implications for scalable transport scheduling on hierarchical networks.
Abstract
In this paper, we study the complexity of the periodic temporal graph realization problem with respect to upper bounds on the fastest path durations among its vertices. This constraint with respect to upper bounds appears naturally in transportation network design applications where, for example, a road network is given, and the goal is to appropriately schedule periodic travel routes, while not exceeding some desired upper bounds on the travel times. In our work, we focus only on underlying tree topologies, which are fundamental in many transportation network applications. As it turns out, the periodic upper-bounded temporal tree realization problem (TTR) has a very different computational complexity behavior than both (i) the classic graph realization problem with respect to shortest path distances in static graphs and (ii) the periodic temporal graph realization problem with exact given fastest travel times (which was recently introduced). First, we prove that, surprisingly, TTR is NP-hard, even for a constant period $Δ$ and when the input tree $G$ satisfies at least one of the following conditions: (a) $G$ is a star, or (b) $G$ has constant maximum degree. Second, we prove that TTR is fixed-parameter tractable (FPT) with respect to the number of leaves in the input tree $G$, via a novel combination of techniques for totally unimodular matrices and mixed integer linear programming.
