Most network diagrams lie a little. They draw a line between two nodes and let you imagine that the connection is permanent — as if a train route, a phone call, or a handshake lasted forever. Real contacts are nothing like that: they flicker on and off, each one tied to a moment in time.
Temporal networks fix that lie. Every edge carries a timestamp (or a list of them) that records when the contact happened. An edge active at time cannot carry information at time if it has already vanished.
The consequence is surprising: reachability changes entirely. In an ordinary graph, if you can reach B from A and C from B, you can reach C from A. In a temporal network that transitivity breaks down — you can only reach C from A if the A-to-B contact happens before the B-to-C contact. Miss the window, and the path doesn't exist, no matter how well connected the nodes look on a static map.
This temporal ordering turns the familiar graph into something much richer — and much harder to reason about.
Comments
Loading comments...