-
*From unknown CodePlex user on Sunday, 25 July 2010 10:19:08*
See http://stackoverflow.com/questions/3330073/graphviz-size-pagesize-attribute-seemingly-ignored for more details, but ...
QuickGrap…
-
*From unknown CodePlex user on Sunday, 29 March 2009 01:36:12*
Consider code
using System;
using System.Collections.Generic;
using QuickGraph;
using QuickGraph.Algorithms;
namespace QuickGraphD…
-
*From unknown CodePlex user on Monday, 26 January 2009 11:35:09*
I create two vertices and try to add a single edge, but get this error.
Code:
```cs
this.graph = new BidirectionalGraph(true…
-
*From unknown CodePlex user on Monday, 02 March 2009 02:52:33*
In release 31880 there is wrong description of parameters of method
```cs
QuickGraph.Serialization.SerializationExtensions. Deser…
-
*From unknown CodePlex user on Sunday, 09 September 2007 01:45:09*
Some of my graphs cause a KeyNotFoundEception when trying to transform it into a gleegraph. Here is the code:
I start constructi…
-
*From unknown CodePlex user on Thursday, 12 March 2009 01:51:47*
Why this algorithm not stored in QuickGraph.Algorithms.ConnectedComponents ?
-
*From unknown CodePlex user on Tuesday, 10 March 2009 05:51:36*
QuickGraph.Algorithms.RandomGraphFactory doesn't support creation of random undirected graphs
-
*From unknown CodePlex user on Wednesday, 05 November 2008 22:54:18*
Hello,
I am trying to binary serialize and deserialize an adjacency graph and I am getting this error when deserializing:
"T…
-
*From unknown CodePlex user on Monday, 02 March 2009 04:14:59*
Why QuickGraph.Petri.PetriNet doesn't clearly support System.ICloneable like all other graphs?
-
*From unknown CodePlex user on Tuesday, 07 April 2009 08:55:33*
I just downloaded MSAGL 2.1 from the Microsoft store. It does not appear to work with QuickGraph 3.2.
The error I get is "The ty…