Expand description
Edge records and graph directedness.
Structs§
- Edge
- A weighted edge.
idis stable within a graph;source/targetare node indices into the graph’snodes.
Enums§
- Directedness
- Whether a graph’s edges are directed or undirected.
Edge records and graph directedness.
id is stable within a graph; source/target are node
indices into the graph’s nodes.