QuickGraph icon indicating copy to clipboard operation
QuickGraph copied to clipboard

Generic Graph Data Structures and Algorithms for .NET

Results 39 QuickGraph issues
Sort by recently updated
recently updated
newest added

I have undirected-graph below, and try to compute **bfs**, but I do not how how to get the **visited edges**. So far I have: The test file is too difficult...

To the author, Is there a semantic/technical reason to have the ConnectedComponentsAlgorithm.Components defined as `IDictionary` instead of `IDictionary` or was it just the way Peli had defined it originally? I...

Latest nuget package for 3.7.3.0 pulls down FSharp.Core 4.3.0.0 But YC.QuickGraphFS.dll (which has no version number BTW, should probably fix that too) contains reference to FSharp.Core 4.4.0.0

CourseWork2

Really. What should we do? - Remove it in order to make library compatible with mono, .NET Core, etc - Migrate to VS-2015 IntelliTest - Migrate to FsCheck - Something...

question
CourseWork2
ready

- [ ] Improve documentation (#148) - [ ] Support .NET Core (#149) - [ ] Support Unity (#179) - [ ] Fix dependencies(#172) - [ ] Migrate from PEX...

CourseWork2
CourseWork3
Bachelor
task
meta-issue
CSC

How can I detect all cycles in a graph?

We need a good documentation. We have [own site.](http://yaccconstructor.github.io/QuickGraph/) There is an [original documentation.](https://quickgraph.codeplex.com/documentation) What we should do. - [x] Create auto generated documentation. - [ ] Improve auto generated...

task
ready
up-for-grabs

Is it possible not to use recorders to access edge list in Prim Algorithm? I took example file and in the last line I call compute Method prim.Compute(); How can...

Hi, Is there any example files for QuickGraph? I am looking for how to shortest paths algorithms (AStar, Dijkstras and etc)

1 человек. - [Online Dynamic Graph Drawing](https://www.computer.org/csdl/trans/tg/2008/04/ttg2008040727-abs.html) - [Multi-Level Graph Layout on the GPU](https://www.computer.org/csdl/trans/tg/2007/06/04376155-abs.html) - [nVidia CUDA Platform in Graph Visualization](http://link.springer.com/chapter/10.1007/978-3-319-27478-2_38)

GT