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:

Programming interface

Refer to API Reference: Undirected Adjacency Vector Graph.