Core Concepts
Temporal resolving sets in graphs are generalized to include temporal aspects, with complexity analysis revealing NP-completeness.
Abstract
The content introduces the concept of resolving sets in temporal graphs, extending the idea to include changing edge sets over discrete time-steps. The study focuses on finding minimum-size temporal resolving sets, showing NP-completeness even on restricted graph classes. The article provides algorithms for specific cases like temporal paths and stars, along with a combinatorial analysis of periodic time labelings in various graph classes.
-
Introduction
- Definition of resolving sets in graphs.
- Introduction of temporal graphs with changing edge sets over discrete time-steps.
-
Temporal Resolving Sets
- Definition and uniqueness criteria for temporal resolving sets.
- Problem statement: Finding minimum-size temporal resolving set.
-
NP-hardness of Temporal Resolving Set
- Complexity analysis on restricted graph classes.
- Reduction from 3-Dimensional Matching problem.
-
Polynomial-time algorithms for subclasses of trees
- Algorithms for solving Temporal Resolving Set on specific graph classes.
- Linear-time algorithm for solving Temporal Resolving Set on temporal paths.
-
Lemma and Structure
- Lemma stating the structure of minimum-size temporal resolving sets on paths.
-
Conclusion
- Summary of key insights and findings regarding resolving sets in temporal graphs.
Stats
A minimum-size temporal resolving set is required for each vertex to be uniquely identified by its distances from the vertices of R.
The problem is shown to be NP-complete even on very restricted graph classes such as complete graphs with specific constraints on time-steps.
Polynomial-time algorithms are provided for certain subclasses like temporal paths and stars where edges appear only once at specific time-steps.