YC.QuickGraph 3.7.4

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package YC.QuickGraph --version 3.7.4
NuGet\Install-Package YC.QuickGraph -Version 3.7.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="YC.QuickGraph" Version="3.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add YC.QuickGraph --version 3.7.4
#r "nuget: YC.QuickGraph, 3.7.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install YC.QuickGraph as a Cake Addin
#addin nuget:?package=YC.QuickGraph&version=3.7.4

// Install YC.QuickGraph as a Cake Tool
#tool nuget:?package=YC.QuickGraph&version=3.7.4

QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc...

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on YC.QuickGraph:

Package Downloads
YC.SDK.Runtime

YaccConstructor runtime

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.5-deta 1,459 1/17/2019
3.7.4 62,793 8/27/2018
3.7.3 48,023 8/23/2016
3.7.2 1,128 8/18/2016
3.7.1 1,359 7/12/2016
3.7.0 1,190 7/12/2016
0.0.1-beta 957 8/21/2015

More algorithms (TransitiveClosure, YenShortestPaths, etc.)
Code cleanup
Minor fixes