Directed adjacency vector graph

Class directed_adjacency_vector_graph is the implementation of directed weighted sparse graph concept with adjacency matrix underneath for which the following is true:

Programming interface

Refer to API Reference: Directed Adjacency Vector Graph.