Skip to main content

Module indexed_graph

Module indexed_graph 

Source
Expand description

Indexed graph storage and algorithms.

Structs§

IndexedGraph
A directed graph stored as dense usize indices with weighted adjacency lists.
IndexedGraphMap
Helper that maps external node values to dense indices and builds an indexed graph.
IndexedUndirectedGraph
An undirected graph stored as dense usize indices with weighted adjacency lists.

Enums§

IndexedInputError
Errors returned by indexed input helper constructors.