Undirected adjacency vector graph¶
Class undirected_adjacency_vector_graph
is the implementation of
undirected weighted
sparse graph concept with adjacency matrix underneath for which the following
is true:
The data within the graph is sparse and stored in CSR.
The specific graph traits are defined for this class.