Module temporal

Source
Expand description

Temporal graph structures and algorithms

This module provides data structures and algorithms for temporal graphs, where edges and nodes can have time-dependent properties.

Structs§

TemporalEdge
A temporal edge with time-dependent properties
TemporalGraph
A temporal graph where edges have time intervals
TemporalPath
Represents a path in a temporal graph
TimeInstant
Represents a time instant or interval
TimeInterval
Represents a time interval [start, end)

Functions§

temporal_betweenness_centrality
Compute temporal centrality measures
temporal_reachability
Compute reachability in a temporal graph