Expand description
Wrappers for SwhGraph
that filter or change the nodes and arcs it returns.
Structs§
- Contiguous
Subgraph - 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
- Graph
Spy - Wraps a graph, and records calls to its methods, useful for tests
- Subgraph
- A view over
SwhGraph
and related traits, that filters out some nodes and arcs based on arbitrary closures. - Transposed
- A view over
SwhGraph
and related trait, that flips the direction of all arcs - Webgraph
Adapter - Wraps a
SwhForwardGraph
in order to implements webgraph’sRandomAccessGraph
Traits§
- Contraction
Backend - Alias for
IndexedSeq
+IndexedDict
mapping fromNodeId
toNodeId
.