[][src]Module net_ensembles::generic_graph

Generic implementation for Topology

  • contains multiple measurable quantities
  • used by Graph<T> and SwGraph<T>

Structs

Bfs

Breadth first search Iterator with index and depth of corresponding nodes

Dfs

Depth first search Iterator

DfsWithIndex

Depth first search Iterator with index of corresponding nodes

GenericGraph

Generic graph implementation