<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>quickgraph Forum Rss Feed</title><link>http://www.codeplex.com/quickgraph/Thread/List.aspx</link><description>quickgraph Forum Rss Description</description><item><title>New Post: Output from Dijkstra Algorithm</title><link>http://quickgraph.codeplex.com/discussions/12668</link><description>&lt;div style="line-height: normal;"&gt;Hello, I don't know if this project is still being worked on or if these forums are still being monitored but I was wondering if anyone could assist me. I wanted to try out the example that sandrasmurf had originally posted so I could try to leanr about how to use QuickGraph in other ways, since I'm still fairly new to the QuickGraph library, but I'm getting compile errors. &lt;br /&gt;
&lt;br /&gt;
One error I am getting is when she is instantiating a new DijkstraShortestPathAlgorithm variable called dijkstra. On the second half of the instantiation, I get the error &amp;quot;The best overloaded method match for 'QuickGraph.Algorithms.ShortestPath.DijkstraShortestPathAlgorithm&amp;lt;string,QuickGraph.Edge&amp;lt;string&amp;gt;&amp;gt;.DijkstraShortestPathAlgorithm(QuickGraph.IVertexListGraph&amp;lt;string,QuickGraph.Edge&amp;lt;string&amp;gt;&amp;gt;, System.Func&amp;lt;QuickGraph.Edge&amp;lt;string&amp;gt;,double&amp;gt;)' has some invalid arguments &amp;quot;&lt;br /&gt;
&lt;br /&gt;
The other errors occur when she attemps to create the VertexDistanceRecorderObserver. I am thinking I might be able to substitute some of that code with the code that pelikhan is using. For right now I would just like to know the correct syntax for creating the DijkstraShortestPathAlgorithm.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance and thanks alot for creating the QuickGraph library. If I can get it to work I think it could save me alot of having to learn C++/CLI code.&lt;br /&gt;
&lt;/div&gt;</description><author>tysonblue</author><pubDate>Fri, 17 May 2013 14:33:10 GMT</pubDate><guid isPermaLink="false">New Post: Output from Dijkstra Algorithm 20130517023310P</guid></item><item><title>New Post: GraphX for .NET library for graph layout rendering is out</title><link>http://quickgraph.codeplex.com/discussions/443897</link><description>&lt;div style="line-height: normal;"&gt;Hi there, finally i've managed to complete my own graph rendering library to the state it can be shown to the community. Based on the &lt;strong&gt;Graph#&lt;/strong&gt; algorithms and &lt;strong&gt;Quickgraph&lt;/strong&gt; core graphs it provides extensibility and performance to the whole processes of calculation and rendering. &lt;br /&gt;
&lt;br /&gt;
Feel free to look at it on: &lt;a href="https://graphx.codeplex.com/" rel="nofollow"&gt;https://graphx.codeplex.com/&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>panthernet</author><pubDate>Thu, 16 May 2013 12:03:47 GMT</pubDate><guid isPermaLink="false">New Post: GraphX for .NET library for graph layout rendering is out 20130516120347P</guid></item><item><title>New Post: Request for QuickGraph.Graphviz.dll</title><link>http://quickgraph.codeplex.com/discussions/443270</link><description>&lt;div style="line-height: normal;"&gt;Fine, fixed it myself.&lt;br /&gt;
&lt;/div&gt;</description><author>bugmenot2</author><pubDate>Sat, 11 May 2013 20:19:51 GMT</pubDate><guid isPermaLink="false">New Post: Request for QuickGraph.Graphviz.dll 20130511081951P</guid></item><item><title>New Post: Request for QuickGraph.Graphviz.dll</title><link>http://quickgraph.codeplex.com/discussions/443270</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some time ago a patch was released to fix issues in GraphvizColor.cs (3.0\sources\Quickgraph.Graphviz\Dot\GraphvizColor.cs)&lt;br /&gt;
&lt;br /&gt;
Could someone be so kind to provide me with the updated QuickGraph.Graphviz.dll file? &lt;br /&gt;
&lt;br /&gt;
I tried building it myself, to no avail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;/div&gt;</description><author>bugmenot2</author><pubDate>Fri, 10 May 2013 17:12:41 GMT</pubDate><guid isPermaLink="false">New Post: Request for QuickGraph.Graphviz.dll 20130510051241P</guid></item><item><title>New Post: .NET 3.5 Installation</title><link>http://quickgraph.codeplex.com/discussions/442136</link><description>&lt;div style="line-height: normal;"&gt;Hi, &lt;br /&gt;
&lt;br /&gt;
When I use Package Manager Console then I get the following error:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;PM&amp;gt; Install-Package QuickGraph
Installing 'QuickGraph 3.6.61119.7'.
Successfully installed 'QuickGraph 3.6.61119.7'.
Adding 'QuickGraph 3.6.61119.7' to AuthorPlugIns.
Uninstalling 'QuickGraph 3.6.61119.7'.
Successfully uninstalled 'QuickGraph 3.6.61119.7'.
Install failed. Rolling back...
Install-Package : Could not install package 'QuickGraph 3.6.61119.7'. You are trying to install this pac
kage into a project that targets '.NETFramework,Version=v3.5', but the package does not contain any asse
mbly references or content files that are compatible with that framework. For more information, contact 
the package author.
At line:1 char:16
+ Install-Package &amp;lt;&amp;lt;&amp;lt;&amp;lt;  QuickGraph
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCom 
   mand
 &lt;/code&gt;&lt;/pre&gt;

I also tried adding it to .NET 2.0 using GUI and it didn't show the project as one I could add it to. I cannot upgrade to .NET 4 because I'm developing a plug-in for something that is built on .NET 3.5.&lt;br /&gt;
&lt;br /&gt;
How can I install QuickGraph for .NET 3.5 project?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>lorlik</author><pubDate>Tue, 30 Apr 2013 20:57:52 GMT</pubDate><guid isPermaLink="false">New Post: .NET 3.5 Installation 20130430085752P</guid></item><item><title>New Post: How can I clear the Graph?</title><link>http://quickgraph.codeplex.com/discussions/441905</link><description>&lt;div style="line-height: normal;"&gt;Hello to all.&lt;br /&gt;
&lt;br /&gt;
I have a question: How can I clear the Graph?&lt;br /&gt;
&lt;br /&gt;
Why do I get this error, when i try to remove all vertices and edges, then clear Graph.&lt;br /&gt;
&lt;br /&gt;
The actual text error: Index was outside the bounds of the array. System.Collections.ListDictionaryInternal.NodeKeyValueCollection&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>Dasha_K</author><pubDate>Mon, 29 Apr 2013 07:06:08 GMT</pubDate><guid isPermaLink="false">New Post: How can I clear the Graph? 20130429070608A</guid></item><item><title>New Post: add edges into a graph gets slower and slower</title><link>http://quickgraph.codeplex.com/discussions/440833</link><description>&lt;div style="line-height: normal;"&gt;I try to add around 200k edges (of SEdge&amp;lt;int&amp;gt; type) into a AdjacencyGraph&amp;lt;int, SEdge&amp;lt;int&amp;gt;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
It quickly finishes the first 10% but gets slower after that. It takes me around 20 mins to add all those edges into the graph. Below is my code. My question is, am I do anything wrong? Are there any way to speed up my process. My graph actually is a immutable graph. But I simply use mutable graph here because it has a few working example. &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;        userGraph = new AdjacencyGraph&amp;lt;int, SEdge&amp;lt;int&amp;gt;&amp;gt;();
        userGraph.AddVertexRange(index.usermap.addr2uid.Values); // addr2uid is a dictionary contains all vertices
        for (int i = 0; i &amp;lt; index.weights.weights.Count; i++) //index.weight.weights is another dictionary contains all Edge&amp;lt;-&amp;gt;weight mappings.
        {
            int source = index.weights.weights.ElementAt(i).Key.source;
            int target = index.weights.weights.ElementAt(i).Key.target;
            SEdge&amp;lt;int&amp;gt; v_edge = new SEdge&amp;lt;int&amp;gt;(source,target);
            userGraph.AddEdge(v_edge);
        }
&lt;/code&gt;&lt;/pre&gt;

Any suggestion is highly appreciated!&lt;br /&gt;
&lt;/div&gt;</description><author>mitbbser</author><pubDate>Thu, 18 Apr 2013 21:03:22 GMT</pubDate><guid isPermaLink="false">New Post: add edges into a graph gets slower and slower 20130418090322P</guid></item><item><title>New Post: All paths in a directed graph</title><link>http://quickgraph.codeplex.com/discussions/436618</link><description>&lt;div style="line-height: normal;"&gt;If my (notoriously flaky) memory from 20 years ago doesn't deceive me, &lt;a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.51.5627" rel="nofollow"&gt;what you're asking isn't all that easy&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>rp</author><pubDate>Wed, 10 Apr 2013 12:34:36 GMT</pubDate><guid isPermaLink="false">New Post: All paths in a directed graph 20130410123436P</guid></item><item><title>New Post: .NET Binary Serialization in 3.6</title><link>http://quickgraph.codeplex.com/discussions/436441</link><description>&lt;div style="line-height: normal;"&gt;Wow! You're a lifesaver.&lt;br /&gt;
&lt;br /&gt;
Much appreciated.&lt;br /&gt;
&lt;/div&gt;</description><author>apokryfos</author><pubDate>Wed, 10 Apr 2013 11:18:02 GMT</pubDate><guid isPermaLink="false">New Post: .NET Binary Serialization in 3.6 20130410111802A</guid></item><item><title>New Post: .NET Binary Serialization in 3.6</title><link>http://quickgraph.codeplex.com/discussions/436441</link><description>&lt;div style="line-height: normal;"&gt;Finally, I recompiled the project as a standard library. &lt;a href="https://sites.google.com/site/diegotosato/news-and-recent-highlights/quickgraph36standardnetclasslibrary" rel="nofollow"&gt;Here&lt;/a&gt; my solution.&lt;br /&gt;
&lt;br /&gt;
d&lt;br /&gt;
&lt;/div&gt;</description><author>dtosato</author><pubDate>Wed, 10 Apr 2013 07:37:46 GMT</pubDate><guid isPermaLink="false">New Post: .NET Binary Serialization in 3.6 20130410073746A</guid></item><item><title>New Post: .NET Binary Serialization in 3.6</title><link>http://quickgraph.codeplex.com/discussions/436441</link><description>&lt;div style="line-height: normal;"&gt;Haven't had any update on this yet. &lt;br /&gt;
&lt;br /&gt;
Compiling the source isn't the real issue, though I have to admit it takes some effort to get it to compile. The problem is compiling it not as a portable library project but as a standard .NET class library project, in order to use BinaryFormatters for binary serialization. &lt;br /&gt;
&lt;br /&gt;
I'm using simple IO using BinaryReaders/Writers for now, but this means I'll need to implement additional ones in order to start using other more complex types for TVertex or TEdge (right now it's just int and Edge&amp;lt;int&amp;gt;). &lt;br /&gt;
&lt;br /&gt;
I'm not sure if the project is alive either. &lt;br /&gt;
&lt;br /&gt;
As a sidenote I think I had to &lt;br /&gt;
a) download the &amp;quot;portable library SDK&amp;quot; and &amp;quot;portable library tools for visual studio 10&amp;quot;&lt;br /&gt;
b) include the QuickGraph.Serialization project in the core of the solution because (for some reason) it was referenced but not included&lt;br /&gt;
doing this I was able to compile it as a portable library project (which is the same one that I could download from NuGet).&lt;br /&gt;
&lt;/div&gt;</description><author>apokryfos</author><pubDate>Tue, 09 Apr 2013 10:58:09 GMT</pubDate><guid isPermaLink="false">New Post: .NET Binary Serialization in 3.6 20130409105809A</guid></item><item><title>New Post: .NET Binary Serialization in 3.6</title><link>http://quickgraph.codeplex.com/discussions/436441</link><description>&lt;div style="line-height: normal;"&gt;Hi apokryfos, I am in the same situation. It is just impossible to compile the source code provided by the authors. Have you any update for this problem? &lt;br /&gt;
Moreover, I do not get if the project is still alive or not..&lt;br /&gt;
Can anyone reply?&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
Diego&lt;br /&gt;
&lt;/div&gt;</description><author>dtosato</author><pubDate>Tue, 09 Apr 2013 08:19:57 GMT</pubDate><guid isPermaLink="false">New Post: .NET Binary Serialization in 3.6 20130409081957A</guid></item><item><title>New Post: GLEE and QuickGraph</title><link>http://quickgraph.codeplex.com/discussions/43469</link><description>&lt;div style="line-height: normal;"&gt;bump&lt;br /&gt;
&lt;/div&gt;</description><author>SQReder</author><pubDate>Tue, 26 Mar 2013 22:40:30 GMT</pubDate><guid isPermaLink="false">New Post: GLEE and QuickGraph 20130326104030P</guid></item><item><title>New Post: Centrality Metrics in QuickGraph</title><link>http://quickgraph.codeplex.com/discussions/437686</link><description>&lt;div style="line-height: normal;"&gt;It doesn't look like QuickGraph supports centrality metrics out of the box. I'd prefer to use tested and widely used algorithm implementations if possible. Are there any extensions or libraries that can calculate those metrics?&lt;br /&gt;
&lt;br /&gt;
Duplicate of SO question: &lt;a href="http://stackoverflow.com/q/15578039/389899" rel="nofollow"&gt;http://stackoverflow.com/q/15578039/389899&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>blachniet</author><pubDate>Fri, 22 Mar 2013 19:19:13 GMT</pubDate><guid isPermaLink="false">New Post: Centrality Metrics in QuickGraph 20130322071913P</guid></item><item><title>New Post: Hello world example</title><link>http://quickgraph.codeplex.com/discussions/437350</link><description>&lt;div style="line-height: normal;"&gt;Does somebody have a hello world example in VB.NET for QuickGraph?&lt;br /&gt;
&lt;/div&gt;</description><author>pappasa</author><pubDate>Wed, 20 Mar 2013 15:21:00 GMT</pubDate><guid isPermaLink="false">New Post: Hello world example 20130320032100P</guid></item><item><title>New Post: All paths in a directed graph</title><link>http://quickgraph.codeplex.com/discussions/436618</link><description>&lt;div style="line-height: normal;"&gt;I am looking for an algorithm to find all paths from one given vertex to another given vertex in a directed non-acyclic graph. The paths must include cycles as well, but only once. For example, if you have a graph like this:&lt;br /&gt;
&lt;br /&gt;
A-&amp;gt;B&lt;br /&gt;
B-&amp;gt;C&lt;br /&gt;
B-&amp;gt;D&lt;br /&gt;
C-&amp;gt;A&lt;br /&gt;
&lt;br /&gt;
and your start node is A and end node is D, I want my paths to be:&lt;br /&gt;
&lt;br /&gt;
A, B, D&lt;br /&gt;
A, B, C, A, B, D&lt;br /&gt;
&lt;br /&gt;
but not&lt;br /&gt;
&lt;br /&gt;
A, B, C, A, B, C, A, B, C, D&lt;br /&gt;
&lt;br /&gt;
Naturally, the C node could be a whole other subgraph.&lt;br /&gt;
I have an algorithm based on depth-first search but it stops as soon as it visits a vertex twice so it does not find the path that includes a cycle.&lt;br /&gt;
&lt;br /&gt;
I realize this is more of a graph theory question than a QuickGraph one but I hope someone can help.&lt;br /&gt;
&lt;/div&gt;</description><author>regulus26</author><pubDate>Thu, 14 Mar 2013 12:40:15 GMT</pubDate><guid isPermaLink="false">New Post: All paths in a directed graph 20130314124015P</guid></item><item><title>New Post: Silverlight 5</title><link>http://quickgraph.codeplex.com/discussions/284944</link><description>&lt;div style="line-height: normal;"&gt;how working on silverlight 5 sdk?&lt;br /&gt;
&lt;br /&gt;
use Nuget, Install-Package QuickGraph error ...&lt;br /&gt;
&lt;br /&gt;
i'm try Transplant  &lt;a href="http://graphsharp.codeplex.com/" rel="nofollow"&gt;http://graphsharp.codeplex.com/&lt;/a&gt;  to silverlight, this way is true?&lt;br /&gt;
&lt;/div&gt;</description><author>jwter</author><pubDate>Thu, 14 Mar 2013 02:13:57 GMT</pubDate><guid isPermaLink="false">New Post: Silverlight 5 20130314021357A</guid></item><item><title>New Post: .NET Binary Serialization in 3.6</title><link>http://quickgraph.codeplex.com/discussions/436441</link><description>&lt;div style="line-height: normal;"&gt;I am unable to get .NET binary serialization this to work. I'm not that experienced with portable library projects as I have never used them before. The only significant difference I noticed is that the portable libraries don't support the .NET binary serialization. Try as I might I could not manage to compile the 3.6 project as a non-portable project.&lt;br /&gt;
&lt;br /&gt;
I don't really want to use other forms of serialization since I work with very large graphs and serializing to GraphML (or similar) adds too much overhead.&lt;br /&gt;
I would prefer to use 3.6 since I am already using features which are not included in 3.3.&lt;br /&gt;
&lt;br /&gt;
Can anyone suggest what I can do?&lt;br /&gt;
&lt;/div&gt;</description><author>apokryfos</author><pubDate>Wed, 13 Mar 2013 11:50:18 GMT</pubDate><guid isPermaLink="false">New Post: .NET Binary Serialization in 3.6 20130313115018A</guid></item><item><title>New Post: Nuget package missing QuickGraph.Glee</title><link>http://quickgraph.codeplex.com/discussions/351068</link><description>&lt;div style="line-height: normal;"&gt;same problem here.&lt;br /&gt;
there no reference for Quickgraph.Glee imported&lt;br /&gt;
&lt;/div&gt;</description><author>imantexas</author><pubDate>Sat, 09 Mar 2013 18:55:38 GMT</pubDate><guid isPermaLink="false">New Post: Nuget package missing QuickGraph.Glee 20130309065538P</guid></item><item><title>New Post: reference to assembly 'System.Core</title><link>http://quickgraph.codeplex.com/discussions/435298</link><description>&lt;div style="line-height: normal;"&gt;hey guys,&lt;br /&gt;
I'm working on my project to solving my privious problem and i used this code :&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;UndirectedDijkstraShortestPathAlgorithm&amp;lt;string, Edge&amp;lt;string&amp;gt;&amp;gt; dijkstra = new UndirectedDijkstraShortestPathAlgorithm&amp;lt;string, Edge&amp;lt;string&amp;gt;&amp;gt;(graph, QuickGraph.Algorithms.AlgorithmExtensions.GetIndexer&amp;lt;Edge&amp;lt;string&amp;gt;, double&amp;gt;(edgeCost));&lt;/code&gt;&lt;/pre&gt;

but i get this error with &amp;quot;UndirectedDijkstraShortestPathAlgorithm&amp;quot; highlighted :&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Error   2   The type 'System.Func`2&amp;lt;T0,T1&amp;gt;' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'.  C:\Users\mega\documents\visual studio 2010\Projects\Getenic\Getenic\Graph.cs    131&lt;/code&gt;&lt;/pre&gt;

i set my framework on .Net Framework 4.&lt;br /&gt;
can someone tell me how to fix this please?&lt;br /&gt;
tnx&lt;br /&gt;
&lt;/div&gt;</description><author>imantexas</author><pubDate>Mon, 04 Mar 2013 14:17:43 GMT</pubDate><guid isPermaLink="false">New Post: reference to assembly 'System.Core 20130304021743P</guid></item></channel></rss>