Quantcast
Channel: quickgraph Work Item Rss Feed
Browsing latest articles
Browse All 25 View Live

Commented 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 Article



Created 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 Article

Created 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 Article

Created 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 Article

Commented 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 Article


Commented 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 Article

Created 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 Article

Created 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 Article


Commented 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 Article


Commented 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 Article

Created 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 Article

Commented 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 Article

Created Unassigned: Please update the documentation about what NuGet Package...

Please update the documentation about what NuGet Package should be usedQuickGraph or QuickGraphPCL.Thanks

View Article


Commented 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

Commented 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


Created Unassigned: Implementation of OutEdges(TVertex v) for...

Here is the implementation for BidirectionalGraph :``` public IEnumerable<TEdge> OutEdges(TVertex v){ IEnumerable<TEdge> result; if (this.TryGetInEdges(v, out result)) return result; else...

View Article

Created Unassigned: Bug in AlgorithmBase ?! [65209]

For my Version, I fixed the below in AlgorithmBase.cs (commented out the original code and added PendingAbortion state) and it works fine now when aborting an Algorithm using Abort().The switch case...

View Article


Created Unassigned: GraphvizColor Struct is not rendering ARGB values...

There is an issue with GraphvizColor. The ARGB values are not rendered correctly due to the bug in the following code. public byte A { get { return this.a; } } public byte R { get { return this.a; } }...

View Article

Created Unassigned: Edge equality backwards? [65877]

I am using an UndirectedGraph with a default TEdge of UndirectedEdge. I set AllowParallelEdges to false. However, I was surprised to find that I could still create an edge between two existing...

View Article

Created Unassigned: Please add .NET Standard support [65901]

Hi there,Now that Portable has been replaced with .NET Standard, would you please consider porting your invaluable library to it?Thanks.

View Article
Browsing latest articles
Browse All 25 View Live




Latest Images