标签:
1.graphsharp
Graph# is a graph layout framework.
It contains some layout algorithms and a GraphLayout control for WPF applications.
https://graphsharp.codeplex.com/
2.QuickGraph
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc... QuickGraph supports MSAGL, GLEE, andGraphviz to render the graphs, serialization to GraphML, etc...
http://quickgraph.codeplex.com/
标签:
原文地址:http://www.cnblogs.com/pedoc/p/5035533.html