Module graph

Source
Expand description

Core graph traits

Defines the Graph trait and related error values and sub-traits.

Enums§

GraphError
Errors that can occur during graph operations

Traits§

Graph
Core graph trait for immutable graph access
GraphWithEdgeValues
Extension of Graph that provides access to edge values
GraphWithMutableEdges
Extension of Graph that supports adding and removing edges
GraphWithMutableNodeValues
Extension of Graph that supports adding and removing nodes with values
GraphWithMutableNodes
Extension of Graph that supports adding and removing nodes
GraphWithNodeValues
Extension of Graph that provides access to node values
NodeIndex
Trait for types that can be used as node indices in graphs