<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>QuickGraph, Graph Data Structures And Algorithms for .Net</title><link>http://quickgraph.codeplex.com/Project/ProjectRss.aspx</link><description>QuickGraph 3.0 provides &amp;#42;generic&amp;#42; directed graph datastructures and algorithms for them. It also comes with algorithms such as depth first seach, breath first search, shortest path, network flow et...</description><item><title>New Post: Vertex-Induced Subgraphs</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293</link><description>&lt;div style="line-height: normal;"&gt;The simply add the outedges into a new graph or build a new delegate-based graph our the currified outedges method.&lt;br&gt;&lt;br&gt;
&lt;div&gt;On Thu, Jul 2, 2009 at 6:59 AM, Michael_Dorfman &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: Michael_Dorfman&lt;/p&gt;
&lt;div&gt;I want all the edges that are present within that sub-graph.  (My immediate plan is to look for cliques within the subgraph, as a start).  So, if my target node has an out-degree of 10, I want all of the edges that exist between those 11 (10 + 1) vertices.&lt;br&gt;
&lt;br&gt;
&lt;div&gt;
&lt;div&gt;On Thu, Jul 2, 2009 at 3:56 PM, pelikhan &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;/div&gt;
&lt;blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;From: pelikhan&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Do you just want to immediate adjacent edges or are you looking for the reachable edges (i.e. do a depth first search from that vertex)?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293&amp;ANCHOR#Post207952"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:quickgraph@discussions.codeplex.com?subject=[quickgraph:61293]"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:quickgraph@discussions.codeplex.com"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/61293"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;

&lt;div&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com/"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293&amp;ANCHOR#Post207955"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:quickgraph@discussions.codeplex.com?subject=[quickgraph:61293]"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:quickgraph@discussions.codeplex.com"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/project/unsubscribe/quickgraph"&gt;unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;

&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com/"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;br clear=all&gt;
&lt;div&gt;&lt;/div&gt;&lt;br&gt;-- &lt;br&gt;This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights.&lt;br&gt;&lt;/div&gt;</description><author>pelikhan</author><pubDate>Thu, 02 Jul 2009 14:32:07 GMT</pubDate><guid isPermaLink="false">New Post: Vertex-Induced Subgraphs 20090702023207P</guid></item><item><title>New Post: Vertex-Induced Subgraphs</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293</link><description>&lt;div style="line-height: normal;"&gt;I want all the edges that are present within that sub-graph.  (My immediate plan is to look for cliques within the subgraph, as a start).  So, if my target node has an out-degree of 10, I want all of the edges that exist between those 11 (10 + 1) vertices.&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Thu, Jul 2, 2009 at 3:56 PM, pelikhan &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: pelikhan&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Do you just want to immediate adjacent edges or are you looking for the reachable edges (i.e. do a depth first search from that vertex)?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293&amp;ANCHOR#Post207952"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:quickgraph@discussions.codeplex.com?subject=[quickgraph:61293]"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:quickgraph@discussions.codeplex.com"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/61293"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;

&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com/"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;/div&gt;</description><author>Michael_Dorfman</author><pubDate>Thu, 02 Jul 2009 13:58:57 GMT</pubDate><guid isPermaLink="false">New Post: Vertex-Induced Subgraphs 20090702015857P</guid></item><item><title>New Post: Vertex-Induced Subgraphs</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Do you just want to immediate adjacent edges or are you looking for the reachable edges (i.e. do a depth first search from that vertex)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>pelikhan</author><pubDate>Thu, 02 Jul 2009 13:56:47 GMT</pubDate><guid isPermaLink="false">New Post: Vertex-Induced Subgraphs 20090702015647P</guid></item><item><title>New Post: Vertex-Induced Subgraphs</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61293</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've got a large DelegateVertexAndEdgeListGraph, and I'd like to induce a subgraph from it.&lt;/p&gt;
&lt;p&gt;Specially, I'd like to choose a&amp;nbsp;Vertex from my original graph, and create a new subgraph that contains my target vertex, all of the adjacent vertices, and all of the edges present between this new set of vertices.&lt;/p&gt;
&lt;p&gt;What's the recommended way to do something like this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas;color:#2b91af;font-size:medium"&gt;&lt;span style="font-family:Consolas;color:#2b91af;font-size:medium"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Michael_Dorfman</author><pubDate>Thu, 02 Jul 2009 12:32:28 GMT</pubDate><guid isPermaLink="false">New Post: Vertex-Induced Subgraphs 20090702123228P</guid></item><item><title>New Post: Examples of use of Entity Framework/LINQ</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;Thanks!  I synced, and it works great now. &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Thanks again for all the help.&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;On Wed, Jul 1, 2009 at 4:49 PM, pelikhan &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: pelikhan&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Oops... I&amp;quot;ve made the impl of OutEdges more merciful. Sync or have the tryGetOutEdges method return true always.&lt;/p&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654&amp;ANCHOR#Post207561"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:quickgraph@discussions.codeplex.com?subject=[quickgraph:59654]"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:quickgraph@discussions.codeplex.com"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/59654"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;

&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com/"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;/div&gt;</description><author>Michael_Dorfman</author><pubDate>Wed, 01 Jul 2009 15:38:07 GMT</pubDate><guid isPermaLink="false">New Post: Examples of use of Entity Framework/LINQ 20090701033807P</guid></item><item><title>New Post: Examples of use of Entity Framework/LINQ</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Oops... I&amp;quot;ve made the impl of OutEdges more merciful. Sync or have the tryGetOutEdges method return true always.&lt;/p&gt;&lt;/div&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 14:49:37 GMT</pubDate><guid isPermaLink="false">New Post: Examples of use of Entity Framework/LINQ 20090701024937P</guid></item><item><title>Source code checked in, #35064</title><link>http://quickgraph.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>merciful OutEdges implementation</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 14:49:15 GMT</pubDate><guid isPermaLink="false">Source code checked in, #35064 20090701024915P</guid></item><item><title>New Post: Examples of use of Entity Framework/LINQ</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;Sorry, I should have been more clear: I was actually trying to walk the graph.  My code was:&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;/p&gt;foreach (var vtx in g.Vertices) {
&lt;p&gt;&lt;/p&gt;foreach (var ed in g.OutEdges(vtx)) {
&lt;p&gt;&lt;/p&gt;Console.WriteLine(ed);&lt;br&gt;
which followed after the sample code you provided to create the DelegateVertexAndEdgeListGraph.&lt;br&gt;&lt;/div&gt;
&lt;div&gt;On Wed, Jul 1, 2009 at 6:47 AM, pelikhan &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: pelikhan&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Is 'myVertex' a valid vertex id?&lt;/p&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654&amp;ANCHOR#Post207368"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:quickgraph@discussions.codeplex.com?subject=[quickgraph:59654]"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:quickgraph@discussions.codeplex.com"&gt;quickgraph@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/59654"&gt;unsubscribe&lt;/a&gt; on codePlex.com.&lt;/p&gt;

&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com/"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;br&gt;&lt;/div&gt;</description><author>Michael_Dorfman</author><pubDate>Wed, 01 Jul 2009 07:55:57 GMT</pubDate><guid isPermaLink="false">New Post: Examples of use of Entity Framework/LINQ 20090701075557A</guid></item><item><title>Closed Issue: strong name for QuickGarph.Silverlight</title><link>http://quickgraph.codeplex.com/WorkItem/View.aspx?WorkItemId=13578</link><description>I have just started using QuickGraph in Silverlight. It will be light &amp;#40;but important&amp;#41; use. Thanks.&lt;br /&gt;&lt;br /&gt;I want to include a reference to the Silverlight-version dll in a combined Silverlight&amp;#47;WPF project. My application is desktop&amp;#47;web&amp;#47;online&amp;#47;offline. I have created some base User Controls in Silverlight that can be shared between both modules. I was able to use the Silverlight 2 System.Windows in the WFP base module, not QuickGraph.&lt;br /&gt;&lt;br /&gt;When I try to compile my common classes in VS 2008 which include references to QuickGraph, I receive the following&amp;#58;&lt;br /&gt;&lt;br /&gt;Error 7 Assembly generation failed -- Referenced assembly &amp;#39;QuickGraph.Silverlight&amp;#39; does not have a strong name&lt;br /&gt;&lt;br /&gt;Would it be possible to generate a strong-named version in the next build&amp;#63;&lt;br /&gt;&lt;br /&gt;I am trying to avoid the possible workaround of dissembly followed by reassembly with my own strong key &amp;#58;&amp;#41;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 07:18:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: strong name for QuickGarph.Silverlight 20090701071857A</guid></item><item><title>Commented Issue: strong name for QuickGarph.Silverlight</title><link>http://quickgraph.codeplex.com/WorkItem/View.aspx?WorkItemId=13578</link><description>I have just started using QuickGraph in Silverlight. It will be light &amp;#40;but important&amp;#41; use. Thanks.&lt;br /&gt;&lt;br /&gt;I want to include a reference to the Silverlight-version dll in a combined Silverlight&amp;#47;WPF project. My application is desktop&amp;#47;web&amp;#47;online&amp;#47;offline. I have created some base User Controls in Silverlight that can be shared between both modules. I was able to use the Silverlight 2 System.Windows in the WFP base module, not QuickGraph.&lt;br /&gt;&lt;br /&gt;When I try to compile my common classes in VS 2008 which include references to QuickGraph, I receive the following&amp;#58;&lt;br /&gt;&lt;br /&gt;Error 7 Assembly generation failed -- Referenced assembly &amp;#39;QuickGraph.Silverlight&amp;#39; does not have a strong name&lt;br /&gt;&lt;br /&gt;Would it be possible to generate a strong-named version in the next build&amp;#63;&lt;br /&gt;&lt;br /&gt;I am trying to avoid the possible workaround of dissembly followed by reassembly with my own strong key &amp;#58;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: pelikhan ** &lt;p&gt;Fixed.&lt;/p&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 07:18:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: strong name for QuickGarph.Silverlight 20090701071848A</guid></item><item><title>Source code checked in, #35060</title><link>http://quickgraph.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>strongly signed silverlight assembly</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 07:18:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #35060 20090701071802A</guid></item><item><title>New Post: Removing Vertex</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61089</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Looks like you are missing a namespace. My advice: don't use extension methods. Write Enumerable.First(d.GraphToVisualize.Edges) and intellisense will tell you the rest. There might be helpers for that in GraphExtensions too.&lt;/p&gt;&lt;/div&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 04:50:18 GMT</pubDate><guid isPermaLink="false">New Post: Removing Vertex 20090701045018A</guid></item><item><title>New Post: Examples of use of Entity Framework/LINQ</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is 'myVertex' a valid vertex id?&lt;/p&gt;&lt;/div&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 04:47:49 GMT</pubDate><guid isPermaLink="false">New Post: Examples of use of Entity Framework/LINQ 20090701044749A</guid></item><item><title>New Post: strong name</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61143</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://quickgraph.codeplex.com/WorkItem/View.aspx?WorkItemId=13578"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 04:46:30 GMT</pubDate><guid isPermaLink="false">New Post: strong name 20090701044630A</guid></item><item><title>Created Issue: strong name for QuickGarph.Silverlight</title><link>http://quickgraph.codeplex.com/WorkItem/View.aspx?WorkItemId=13578</link><description>I have just started using QuickGraph in Silverlight. It will be light &amp;#40;but important&amp;#41; use. Thanks.&lt;br /&gt;&lt;br /&gt;I want to include a reference to the Silverlight-version dll in a combined Silverlight&amp;#47;WPF project. My application is desktop&amp;#47;web&amp;#47;online&amp;#47;offline. I have created some base User Controls in Silverlight that can be shared between both modules. I was able to use the Silverlight 2 System.Windows in the WFP base module, not QuickGraph.&lt;br /&gt;&lt;br /&gt;When I try to compile my common classes in VS 2008 which include references to QuickGraph, I receive the following&amp;#58;&lt;br /&gt;&lt;br /&gt;Error 7 Assembly generation failed -- Referenced assembly &amp;#39;QuickGraph.Silverlight&amp;#39; does not have a strong name&lt;br /&gt;&lt;br /&gt;Would it be possible to generate a strong-named version in the next build&amp;#63;&lt;br /&gt;&lt;br /&gt;I am trying to avoid the possible workaround of dissembly followed by reassembly with my own strong key &amp;#58;&amp;#41;&lt;br /&gt;</description><author>pelikhan</author><pubDate>Wed, 01 Jul 2009 04:46:28 GMT</pubDate><guid isPermaLink="false">Created Issue: strong name for QuickGarph.Silverlight 20090701044628A</guid></item><item><title>New Post: strong name</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61143</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have just started using QuickGraph in Silverlight. It will be light (but important) use. Thanks.&lt;/p&gt;
&lt;p&gt;I want to include a reference to the Silverlight-version dll in a combined Silverlight/WPF project. My application is desktop/web/online/offline. I have created some base User Controls in Silverlight that can be shared between both modules. I was able to use the Silverlight 2 System.Windows in the WFP base module, not QuickGraph.&lt;/p&gt;
&lt;p&gt;When I try to compile my common classes in VS 2008 which include references to QuickGraph, I receive the following:&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;7&amp;nbsp;Assembly generation failed -- Referenced assembly 'QuickGraph.Silverlight' does not have a strong name&lt;/p&gt;
&lt;p&gt;Would it be possible to generate a strong-named version in the next build?&lt;/p&gt;
&lt;p&gt;I am trying to avoid the possible workaround of dissembly followed by reassembly with my own strong key :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>rich55</author><pubDate>Wed, 01 Jul 2009 01:09:55 GMT</pubDate><guid isPermaLink="false">New Post: strong name 20090701010955A</guid></item><item><title>New Post: Removing Vertex</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=61089</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Something this simple is giving me a lot of headache! Why do I get this error message?&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;private&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; removeTransitionButton_Click(&lt;span style="color:Blue"&gt;object&lt;/span&gt; sender, EventArgs e)
        {
            &lt;span style="color:Blue"&gt;if&lt;/span&gt; (&lt;span style="color:Blue"&gt;this&lt;/span&gt;.transitionListBox.SelectedItem != &lt;span style="color:Blue"&gt;null&lt;/span&gt;)
            {
                Diagram d = (Diagram)((DocumentChild)((DockPanel)&lt;span style="color:Blue"&gt;this&lt;/span&gt;.ParentForm.Parent.Parent.Parent).ActiveDocument).ElementHost.Child;


                d.GraphToVisualize.RemoveEdge(
                    d.GraphToVisualize.Edges.First&amp;lt;Edge&amp;lt;&lt;span style="color:Blue"&gt;object&lt;/span&gt;&amp;gt;&amp;gt;(
                        &lt;span style="color:Blue"&gt;delegate&lt;/span&gt;(Edge&amp;lt;&lt;span style="color:Blue"&gt;object&lt;/span&gt;&amp;gt; edge)
                        {
                            &lt;span style="color:Blue"&gt;return&lt;/span&gt; &lt;span style="color:Blue"&gt;true&lt;/span&gt;;
                        })
                    );
            }
        }
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 'System.Collections.Generic.IEnumerable&amp;lt;QuickGraph.IEdge&amp;lt;object&amp;gt;&amp;gt;' does not contain a definition for 'First' and the best extension method overload 'System.Linq.Queryable.First&amp;lt;TSource&amp;gt;(System.Linq.IQueryable&amp;lt;TSource&amp;gt;, System.Linq.Expressions.Expression&amp;lt;System.Func&amp;lt;TSource,bool&amp;gt;&amp;gt;)' has some invalid arguments&amp;nbsp;&amp;nbsp;&amp;nbsp; F:\Documents and Settings\Enrique\My Documents\Visual Studio 2008\Projects\PFCEditor\PFCEditor\TransitionListPanel.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&amp;nbsp;&amp;nbsp;&amp;nbsp; 21&amp;nbsp;&amp;nbsp;&amp;nbsp; PFCEditor&lt;br&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; Instance argument: cannot convert from 'System.Collections.Generic.IEnumerable&amp;lt;QuickGraph.IEdge&amp;lt;object&amp;gt;&amp;gt;' to 'System.Linq.IQueryable&amp;lt;QuickGraph.Edge&amp;lt;object&amp;gt;&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp; F:\Documents and Settings\Enrique\My Documents\Visual Studio 2008\Projects\PFCEditor\PFCEditor\TransitionListPanel.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&amp;nbsp;&amp;nbsp;&amp;nbsp; 21&amp;nbsp;&amp;nbsp;&amp;nbsp; PFCEditor&lt;br&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; Argument '2': cannot convert from 'anonymous method' to 'System.Linq.Expressions.Expression&amp;lt;System.Func&amp;lt;QuickGraph.Edge&amp;lt;object&amp;gt;,bool&amp;gt;&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp; F:\Documents and Settings\Enrique\My Documents\Visual Studio 2008\Projects\PFCEditor\PFCEditor\TransitionListPanel.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; 61&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&amp;nbsp;&amp;nbsp;&amp;nbsp; PFCEditor&lt;br&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; Unknown build error, 'Could not load file or assembly 'file:///F:\Documents and Settings\Enrique\My Documents\Visual Studio 2008\Projects\PFCEditor\PFCEditor\obj\Debug\PFCEditor.exe' or one of its dependencies. The system cannot find the file specified. Line 8 Position 14.' &amp;nbsp;&amp;nbsp;&amp;nbsp; F:\Documents and Settings\Enrique\My Documents\Visual Studio 2008\Projects\PFCEditor\PFCEditor\Diagram.xaml&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&amp;nbsp;&amp;nbsp;&amp;nbsp; PFCEditor&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I know the &amp;quot;return true&amp;quot; is kinda idiotic when I could use a simple &amp;quot;First();&amp;quot; but it's just to simplify :)&lt;/p&gt;&lt;/div&gt;</description><author>dbugger</author><pubDate>Tue, 30 Jun 2009 16:52:33 GMT</pubDate><guid isPermaLink="false">New Post: Removing Vertex 20090630045233P</guid></item><item><title>New Post: Examples of use of Entity Framework/LINQ</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=59654</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I made the fixes that you suggested, and everything compiles fine.&amp;nbsp; I can build my graph, and see the Vertices.&lt;/p&gt;
&lt;p&gt;Unfortunately, when I try to access g.OutEdges(myVertex) on a given vertex, I get the following exception:&lt;/p&gt;
&lt;p&gt;System.ArgumentOutOfRangeException was unhandled&lt;br&gt;&amp;nbsp; Message=Specified argument was out of the range of valid values.&lt;br&gt;Parameter name: v&lt;br&gt;&amp;nbsp; Source=QuickGraph&lt;br&gt;&amp;nbsp; ParamName=v&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Michael_Dorfman</author><pubDate>Mon, 29 Jun 2009 15:17:05 GMT</pubDate><guid isPermaLink="false">New Post: Examples of use of Entity Framework/LINQ 20090629031705P</guid></item><item><title>New Post: finding a circular reference</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=60550</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;/div&gt;</description><author>Rudi</author><pubDate>Fri, 26 Jun 2009 18:57:05 GMT</pubDate><guid isPermaLink="false">New Post: finding a circular reference 20090626065705P</guid></item><item><title>New Post: finding a circular reference</title><link>http://quickgraph.codeplex.com/Thread/View.aspx?ThreadId=60550</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;One correction: the topological sort algorithm will throw an exception but the DFS is a better solution for you.&lt;/p&gt;
&lt;p&gt;The DFS will raise the ForwardOrCrossEdge event when it detects an edge that creates a loop. You can listen to that event which gives you the problematic edge. Using a vertex predecessor recorder, you can also figure the path to that edge from the root.&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;http://quickgraph.codeplex.com/Wiki/View.aspx?title=Depth%20First%20Search%20Example&amp;amp;referringTitle=Home for more info on how DFS and observers work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>pelikhan</author><pubDate>Fri, 26 Jun 2009 16:24:05 GMT</pubDate><guid isPermaLink="false">New Post: finding a circular reference 20090626042405P</guid></item></channel></rss>