Expand description
Graph traits for associated data and graph construction.
Structs§
- An iterator that filters graph elements.
 
Enums§
- A graph element.
 
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.