graphviz - DOT output/format

First of all, this isn't a bug report, its more like a feature proposal and a big thank you. Quickgraph was really helpful in so many places and now its time to give something back. The graphviz o...

Id #22749 | Release: None | Updated: Sun at 9:24 PM by thk | Created: Sun at 7:17 PM by thk

EdgeListGraph - GetVertexCounts() => KeyNotFoundException

Both properties "VertexCount" and "Vertices" rely on the "GetVertexCounts()" method. The latter always fails with a KeyNotFoundException, since the vertices dictionary is initially empty. private ...

Id #22746 | Release: None | Updated: Sun at 3:24 PM by thk | Created: Sun at 3:24 PM by thk

Ports not added edges for Record based nodes

Generating dot otuput for graphviz does not add the ports to the node ids. Therefore the graphviz dot.exe is not be able to link the edges to the correct cell. Format for record based nodes, see: ...

Id #22699 | Release: None | Updated: May 4 at 8:41 AM by mw81 | Created: May 4 at 8:41 AM by mw81

Invalid Dot-Output for Record-based nodes

When generating graphviz dot output, the '|' delimiter between the Cells of a record is missing it the following cell contains subcells. The file can not be processed the graphviz dot.exe. The fol...

Id #22698 | Release: None | Updated: May 4 at 7:46 AM by mw81 | Created: May 4 at 7:46 AM by mw81

Nuget package missing QuickGraph.Glee

I installed QuickGraph via Nuget, on Visual Studio Professional 2010. I can now access the assemblies QuickGraph, QuickGraph.Algorithms, QuickGraph.Collections, QuickGraph.Contracts, QuickGraph....

Id #22436 | Release: None | Updated: Mar 22 at 9:58 PM by Peter126 | Created: Mar 22 at 9:58 PM by Peter126

Strong name for QuickGraph.Data (duplicate)

It is missing from that DLL, and I require strong named assemblies - how can I remedy? (QuickGraph.dll is strong named)

Id #22399 | Release: None | Updated: Mar 13 at 6:37 PM by ErikEJ | Created: Mar 13 at 6:37 PM by ErikEJ

Strong name for QuickGraph.Data

It is missing from that DLL, and I require strong named assemblies - how can I remedy? (QuickGraph.dll is strong named)

Id #22398 | Release: None | Updated: Mar 13 at 6:37 PM by ErikEJ | Created: Mar 13 at 6:37 PM by ErikEJ

SourceFirstTopologicalSortAlgorithm throws NonAcyclicGraphException

The following code makes SourceFirstTopologicalSortAlgorithm throws a NonAcyclicGraphException for no apparent reason: BidirectionalGraph<string, Edge<string>> graph = new BidirectionalGraph<strin...

Id #22356 | Release: None | Updated: Mar 12 at 11:15 PM by teheran | Created: Mar 6 at 8:38 PM by gduford

Can't build source

I tried to build source, but it says that there is no ITreeEdgeBuilderAlgorithm class. I tried to install QG by package manager, but it says: PM> install-package QuickGraph Install-Package : Id i...

Id #22273 | Release: None | Updated: Feb 23 at 12:28 PM by pavel_agurov | Created: Feb 23 at 12:28 PM by pavel_agurov

Don't use Comparer<TVertex>.Default in RootedAlgorithmBase.SetRootVertex()

In QuickGraph.Algorithms.RootedAlgorithmBase<TVertex,TGraph>.SetRootVertex(TVertex rootVertex) you do the following to check, if the same root vertex is already set: Comparer<TVertex>.Default....

Id #22118 | Release: None | Updated: Jan 26 at 2:21 PM by ulrichb | Created: Jan 26 at 2:21 PM by ulrichb