Module contiguous_subgraph

Module contiguous_subgraph 

Source

Structs§

ContiguousSubgraph
A view over SwhGraph and related traits, that filters out some nodes, and renumbers remaining nodes so that the set of valid nodes becomes a range.
Contraction
See ContiguousSubgraph

Traits§

ContractionBackend
Alias for IndexedSeq + IndexedDict mapping from NodeId to NodeId.
MonotoneContractionBackend
Marker trait for ContractionBackends that guarantee that it represents a monotonic function