Families of tractable problems with respect to vertex-interval-membership width and its generalisations
Jessica Enright, Samuel D. Hand, Laura Larios-Jones, Kitty Meeks
TL;DR
This work introduces tree-interval-membership (TIM) width as a unifying generalization of existing temporal-graph width measures and develops two meta-algorithms that yield fixed-parameter tractability results for broad families of temporal problems. TIM width, together with VIM width, is used to characterise when problems admit efficient FPT algorithms, with complete characterisations tying tractability to simple algorithmic properties (local temporally uniformity and component-exchangeability). The authors apply these meta-algorithms to temporal Hamiltonian Path, Temporal Dominating Set, Delta-Temporal Matching, and Temporal Reachability Edge Deletion, delivering explicit FPT runtimes that scale with width parameters. The results highlight the practical impact of TIM width as a powerful toolkit for proving tractability across diverse temporal problems, and establish theoretical links to the treewidth of static expansions and to prior width notions. They also outline promising directions, including computing TIM width in polynomial time and extending the framework to edge-based width measures.
Abstract
Temporal graphs are graphs whose edges are labelled with times at which they are active. Their time-sensitivity provides a useful model of real networks, but renders many problems studied on temporal graphs more computationally complex than their static counterparts. To contend with this, there has been recent work devising parameters for which temporal problems become tractable. One such parameter is vertex-interval-membership (VIM) width. Broadly, this gives a bound on the number of vertices we need to keep track of at any given time to solve many problems. Our contributions are two-fold. Firstly, we introduce a new parameter, tree-interval-membership (TIM) width, that generalises both VIM width and several existing generalisations. Secondly, we provide meta-algorithms for both VIM and TIM width which can be used to prove fixed-parameter-tractability for large families of problems, bypassing the need to give involved dynamic programming arguments for every problem. In doing this, we provide a characterisation of problems in FPT with respect to both parameters. We apply these algorithms to temporal versions of Hamiltonian path, dominating set, matching, and edge deletion to limit maximum reachability.
