Expand description
Indexed graph storage and algorithms.
Structs§
- Indexed
Graph - A directed graph stored as dense
usizeindices with weighted adjacency lists. - Indexed
Graph Map - Helper that maps external node values to dense indices and builds an indexed graph.
- Indexed
Undirected Graph - An undirected graph stored as dense
usizeindices with weighted adjacency lists.
Enums§
- Indexed
Input Error - Errors returned by indexed input helper constructors.