Expand description

Graph traits for associated data and graph construction.

Structs§

Enums§

Traits§

  • A graph that can be extended with further nodes and edges
  • A graph that can be created
  • Access node and edge weights (associated data).
  • Access node and edge weights mutably.
  • Iterator adaptors for iterators of Element.
  • Create a graph from an iterator of elements.