YC.QuickGraph
3.7.5-deta
.NET Framework 4.5
This is a prerelease version of YC.QuickGraph.
dotnet add package YC.QuickGraph --version 3.7.5-deta
NuGet\Install-Package YC.QuickGraph -Version 3.7.5-deta
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.5-deta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add YC.QuickGraph --version 3.7.5-deta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: YC.QuickGraph, 3.7.5-deta"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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.5-deta&prerelease
// Install YC.QuickGraph as a Cake Tool
#tool nuget:?package=YC.QuickGraph&version=3.7.5-deta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- DotNet.Contracts (>= 0.0.0)
- FSharp.Core (>= 0.0.0)
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,340 | 1/17/2019 |
3.7.4 | 59,046 | 8/27/2018 |
3.7.3 | 47,090 | 8/23/2016 |
3.7.2 | 983 | 8/18/2016 |
3.7.1 | 1,241 | 7/12/2016 |
3.7.0 | 1,071 | 7/12/2016 |
0.0.1-beta | 873 | 8/21/2015 |
Code cleanup
Minor fixes
DotParser is turned off