Expand description
Dynamic graph analysis: temporal networks and streaming algorithms.
Re-exports§
pub use evolving::EvolvingGraph;pub use evolving::GraphChange;pub use link_streams::LinkStream;pub use link_streams::TemporalEdge;pub use snapshot::GraphSnapshot;pub use snapshot::SnapshotGraph;pub use temporal_path::TemporalDijkstra;pub use temporal_path::TemporalPath;
Modules§
- evolving
- Evolving graph model: graphs that mutate through explicit, time-stamped operations.
- link_
streams - Link streams: continuous-time temporal graph model (Latapy et al. 2018).
- snapshot
- Snapshot-based temporal graph representation.
- temporal_
path - Temporal path finding: earliest arrival, latest departure, and fastest paths.