Expand description
Evolving graph model: graphs that mutate through explicit, time-stamped operations.
An EvolvingGraph records every structural change in a history log and can
reconstruct its exact state at any past time by replaying the log.
Structs§
- Evolving
Graph - A graph that evolves over time through a sequence of explicit changes.
Enums§
- Graph
Change - An atomic structural change that can be applied to a graph.