Created Unassigned: All properties (A, R, G, B) in GraphvizColor class gets...
Code from GraphvizColor.cs:``` public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return this.a; } } public byte B { get { return this.a; }...
View ArticleCreated Unassigned: QuickGraph with Mono [25587]
Hello,I am trying to use QuickGraph.dll and QuickGraph.Graphviz.dll assemblies in my F# program. Open source compiler Fsharpc compiles properly. But when I use Mono to run the exe file (I am using...
View ArticleCommented Issue: Having problems with Serialize and Deserialize using GraphML...
Hi, I am new in Quick Graph and trying to Serialize and Deserialize but I'm currently having problems with it.Here is the overall scenario. I am generating a route from shape file data using dijkstra...
View ArticleCreated Unassigned: I want to generate the vector graph [25621]
I want to generate the vector graph by graphiv, rather than bitmap.for example:pointA--pointB;pointB--pointC;pointC--pointD;pointD--pointA;also:the point can be edit.who can help me,3Q.
View ArticleCommented Unassigned: I want to generate the vector graph [25621]
I want to generate the vector graph by graphiv, rather than bitmap.for example:pointA--pointB;pointB--pointC;pointC--pointD;pointD--pointA;also:the point can be edit.who can help me,3Q.Comments: **...
View ArticleCommented Unassigned: QuickGraph with Mono [25587]
Hello,I am trying to use QuickGraph.dll and QuickGraph.Graphviz.dll assemblies in my F# program. Open source compiler Fsharpc compiles properly. But when I use Mono to run the exe file (I am using...
View ArticleCreated Unassigned: Is MaximumFlowEdmondsKarp Broken? [25748]
The following code produces a max flow of 4 when I believe the correct value should be 5. Can anyone confirm that this is indeed a q QuickGraph issue?The graph is taken from...
View ArticleCreated Unassigned: Finding Disconnected Subgraphs or Components [25751]
In my graphs, I generally have at least two completely disconnected subgraphs or components. These components may be of 1 or N vertices. I can easily detect orphans, but not components.Orphans are...
View ArticleCreated Unassigned: WeaklyConnectedComponentsAlgorithm on calling Compute()...
On some computers it behaves ordinary while on others, it loads QuickGraph.dll (I make BidirectionalGraph), but throws on calculating WeaklyConnectedComponents algorhytm on bidirectional graph:"....at...
View ArticleCommented Unassigned: Finding Disconnected Subgraphs or Components [25751]
In my graphs, I generally have at least two completely disconnected subgraphs or components. These components may be of 1 or N vertices. I can easily detect orphans, but not components.Orphans are...
View ArticleCommented Unassigned: Finding Disconnected Subgraphs or Components [25751]
In my graphs, I generally have at least two completely disconnected subgraphs or components. These components may be of 1 or N vertices. I can easily detect orphans, but not components.Orphans are...
View ArticleCreated Unassigned: GraphvizAlgorithm.WriteEdges(..) does not differ between...
If I export an undirectedgraph into graphviz, the edges will appear in the dot file as:_Vertex1 -> Vertex2_But because of the graph is undirected the output should look like:_Vertex1 -- Vertex2_
View ArticleCreated Unassigned: QuickGraph repository [63583]
I need to implement a solution to the TSP via min span tree and plan to use QuickGraph for this (I also need it to process some data). I'd like my implementation to remain open source and if possible...
View ArticleCommented Issue: GraphvizEdge.ToDot() wrong graphviz properties [22051]
Mappings for FontGraphvizColor and StrokeGraphvizColor are wrong, so it is impossible to change edge stroke and font color. Replacement: fontGraphvizColor → fontcolor GraphvizColor → color Seems like...
View ArticleCommented Issue: GraphvizEdge.ToDot() wrong graphviz properties [22051]
Mappings for FontGraphvizColor and StrokeGraphvizColor are wrong, so it is impossible to change edge stroke and font color. Replacement: fontGraphvizColor → fontcolor GraphvizColor → color Seems like...
View ArticleCreated Unassigned: types in nuget package not Serializable [63864]
Seems like the SILVERLIGHT flag is used during build which switches off the Serializable attribute. I'm using version 3.6.61114.0 downloaded today.
View ArticleCommented Unassigned: QuickGraph repository [63583]
I need to implement a solution to the TSP via min span tree and plan to use QuickGraph for this (I also need it to process some data). I'd like my implementation to remain open source and if possible...
View ArticleCreated Unassigned: Please update the documentation about what NuGet Package...
Please update the documentation about what NuGet Package should be usedQuickGraph or QuickGraphPCL.Thanks
View ArticleCommented Unassigned: All properties (A, R, G, B) in GraphvizColor class gets...
Code from GraphvizColor.cs:``` public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return this.a; } } public byte B { get { return this.a; }...
View ArticleCommented Unassigned: All properties (A, R, G, B) in GraphvizColor class gets...
Code from GraphvizColor.cs:``` public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return this.a; } } public byte B { get { return this.a; }...
View Article