Skip to main content

Module evolving

Module evolving 

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

EvolvingGraph
A graph that evolves over time through a sequence of explicit changes.

Enums§

GraphChange
An atomic structural change that can be applied to a graph.