YaccConstructor / QuickGraph

Generic Graph Data Structures and Algorithms for .NET
http://yaccconstructor.github.io/QuickGraph/
Microsoft Public License
526 stars 196 forks source link

Added Clustered Graph interface, class and visualization #98

Closed ascherbakhov closed 8 years ago

ascherbakhov commented 8 years ago

ClusteredAdjacencyGraph is class that have 1)reference to parent cluster 2)structure that contains references on children clusters 3)Instance of AdjacencyGraph class, that contains all vertices and edges belongs to current cluster

Visualization made via Graphviz. Clusters looks like http://www.graphviz.org/Gallery/directed/cluster.html С этого пулл-реквеста поправлено все, что было необходимо: https://github.com/YaccConstructor/QuickGraph/pull/89