![]() |
VOOZH | about |
dotnet add package YC.QuickGraph --version 3.7.4
NuGet\Install-Package YC.QuickGraph -Version 3.7.4
<PackageReference Include="YC.QuickGraph" Version="3.7.4" />
<PackageVersion Include="YC.QuickGraph" Version="3.7.4" />Directory.Packages.props
<PackageReference Include="YC.QuickGraph" />Project file
paket add YC.QuickGraph --version 3.7.4
#r "nuget: YC.QuickGraph, 3.7.4"
#:package YC.QuickGraph@3.7.4
#addin nuget:?package=YC.QuickGraph&version=3.7.4Install as a Cake Addin
#tool nuget:?package=YC.QuickGraph&version=3.7.4Install as a Cake Tool
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on YC.QuickGraph:
| Package | Downloads |
|---|---|
|
YC.SDK.Runtime
YaccConstructor runtime |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.7.5-deta | 1,858 | 1/17/2019 |
| 3.7.4 | 68,863 | 8/27/2018 |
| 3.7.3 | 49,892 | 8/23/2016 |
| 3.7.2 | 1,663 | 8/18/2016 |
| 3.7.1 | 1,880 | 7/12/2016 |
| 3.7.0 | 1,727 | 7/12/2016 |
| 0.0.1-beta | 1,418 | 8/21/2015 |
More algorithms (TransitiveClosure, YenShortestPaths, etc.)
Code cleanup
Minor fixes