quickgraph
quickgraph copied to clipboard
Graph Data Structures And Algorithms for .NET
I think this package is a valuable addition to the .Net ecosystem, but I also believe it could use some love in terms of API user-friendliness, support for .net standard/.net...
GraphvizColor contains: ` public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return...
I noticed this problem today but then found that it already had been reported here: https://quickgraph.codeplex.com/workitem/25880 The summary is: > If I export an undirectedgraph into graphviz, the edges will...