-
*From unknown CodePlex user on Monday, 22 June 2009 01:14:12*
I'm trying to use QuickGraph.Petri code and it looks like there are couple issues with PetriNetSimulator implementation.
There is no do…
-
*From unknown CodePlex user on Wednesday, 17 February 2010 07:11:17*
I have a huge UndirectedGraph(Of Integer, Edge(Of Integer)) consisting of ~220k vertices and ~200k edges. When I'm calling Conne…
-
*From unknown CodePlex user on Thursday, 29 January 2009 12:30:50*
In 2.0/sources/QuickGraph/Algorithms/EulerianTrailAlgorithm.cs on line 216 there's an error:
```text
[Task:File=/home/mikl/qui…
-
*From unknown CodePlex user on Monday, 26 January 2009 07:13:22*
Hi,
i have this sample code:
```cs
var ug = new UndirectedGraph(true);
object v1 = "vertex1";
object v2 = "vertex2";
object …
-
*From unknown CodePlex user on Saturday, 08 November 2008 23:31:44*
Sample Code:
For Each Vertex As PointVertexType In Graph.Vertices 'Iterate Graph
Select Case Graph.AdjacentEdges(Vert…
-
*From unknown CodePlex user on Tuesday, 30 June 2009 21:46:28*
I have just started using QuickGraph in Silverlight. It will be light (but important) use. Thanks.
I want to include a reference to …
-
*From unknown CodePlex user on Thursday, 18 June 2009 21:08:47*
Hi,
I'm trying to do this..
static void graphviz_FormatEdge(object sender, FormatEdgeEventArgs>
{
e.EdgeFormatter.FontColo…
-
*From unknown CodePlex user on Monday, 26 January 2009 11:27:10*
The EdgeEventArgs is not accepting a method argument, just an edge.
new EdgeEventArgs(this.RecordOutEdge); // ERROR
Error 2 Argume…
-
*From unknown CodePlex user on Monday, 06 April 2009 02:03:56*
Consider code
using System;
using System.Collections.Generic;
using QuickGraph;
using QuickGraph.Algorithms;
namespace ConsoleAppl…
-
*From unknown CodePlex user on Wednesday, 12 November 2008 02:33:42*
Fails with stack overflow while trying to verify connectedness of the graph I am passing to Djikstra..
QuickGraph.Algorithms.S…