Skip to main content

Module dynamic

Module dynamic 

Source
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.