Info
Version: | 2.5.0 |
Author(s): | Alexandre Rabérin |
Last Update: | Monday, July 4, 2022 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/KeRNeLith/QuikGraph |
NuGet Url: | https://www.nuget.org/packages/QuikGraph |
Install
Install-Package QuikGraph
dotnet add package QuikGraph
paket add QuikGraph
QuikGraph Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Reflection.TypeExtensions(>= 4.3.0)
No dependencies.
Tags
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+
Supports Source Link.