CompressedSparseRowGraph - KeRNeLith/QuikGraph GitHub Wiki
The CompressedSparseRowGraph<TVertex>
provides a low memory readonly data structure compared to a standard matrix based graph structure.
This class is serializable, cloneable. Internally, the data structure is implemented based on this model.
See also BidirectionalMatrixGraph.