We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The CompressedSparseRowGraph<TVertex> provides a low memory readonly data structure compared to a standard matrix based graph structure.
CompressedSparseRowGraph<TVertex>
This class is serializable, cloneable. Internally, the data structure is implemented based on this model.
See also BidirectionalMatrixGraph.