Skip to content

CompressedSparseRowGraph

Alexandre Rabérin edited this page May 11, 2020 · 1 revision

CompressedSparseRowGraph

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.

Clone this wiki locally