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:
The data within the graph is sparse and stored in CSR format.
The specific graph traits are defined for this class.