Sign in Sign up
nuget

VirtualQuikGraph5

.NET library that provide mainly graphs structures and algorithms for C#. QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc... This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core. It should be seen as an alternative to the old frozen QuickGraph from CodePlex but with fixes. It does not include every sub modules of the original library such as F# stuff, adapters, etc. This build is only the Core of QuikGraph taking advantage of .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ - .NET Core 5.0 - .NET Framework 4.8 Supports Source Link Original from: https://github.com/KeRNeLith/QuikGraph

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
unknown
First release
Jun 23, 2022
Releases
Version Released
2.3.0 initial