forked from YaccConstructor/QuickGraph
-
-
Notifications
You must be signed in to change notification settings - Fork 71
CompressedSparseRowGraph
Alexandre Rabérin edited this page May 11, 2020
·
1 revision
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.