FastGraph 3.0.0-alpha.1630
dotnet add package FastGraph --version 3.0.0-alpha.1630
NuGet\Install-Package FastGraph -Version 3.0.0-alpha.1630
<PackageReference Include="FastGraph" Version="3.0.0-alpha.1630" />
paket add FastGraph --version 3.0.0-alpha.1630
#r "nuget: FastGraph, 3.0.0-alpha.1630"
// Install FastGraph as a Cake Addin
#addin nuget:?package=FastGraph&version=3.0.0-alpha.1630&prerelease
// Install FastGraph as a Cake Tool
#tool nuget:?package=FastGraph&version=3.0.0-alpha.1630&prerelease
Provides graph structures and algorithms.
FastGraph provides generic directed/undirected graph data structures and algorithms. 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 (later forked as YC.QuickGraph and QuikGraph), specifically forked to support .NET 6 and C# 10.
It should be seen as an alpha-quality cutting-edge alternative to QuikGraph.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- JetBrains.Annotations (>= 2021.3.0)
- Linq.IndexRange (>= 1.0.0)
-
.NETStandard 2.0
- IndexRange (>= 1.0.0)
- JetBrains.Annotations (>= 2021.3.0)
-
.NETStandard 2.1
- JetBrains.Annotations (>= 2021.3.0)
- Linq.IndexRange (>= 1.0.0)
-
net5.0
- JetBrains.Annotations (>= 2021.3.0)
- Linq.IndexRange (>= 1.0.0)
-
net6.0
- JetBrains.Annotations (>= 2021.3.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FastGraph:
Package | Downloads |
---|---|
FastGraph.Graphviz
Provides a bridge from FastGraph graphs structures to Graphviz and Dot language serialization. This package is the Graphviz subet of the original QuickGraph (later forked as YC.QuickGraph and QuikGraph), specifically forked to support .NET 6 and C# 10. It should be seen as an alpha-quality cutting-edge alternative to QuikGraph.Graphviz. |
|
FastGraph.Serialization
Provides serialization features related to FastGraph data structures. This package is the serialization subset of the original QuickGraph (later forked as YC.QuickGraph and QuikGraph), specifically forked to support .NET 6 and C# 10. It should be seen as an alpha-quality cutting-edge alternative to QuikGraph.Data. |
|
FastGraph.Petri
Provides some Petri Net facilities. It allows to construct Petri Net representation and run a simulation of it. This package is the Petri subset of the original QuickGraph (later forked as YC.QuickGraph and QuikGraph), specifically forked to support .NET 6 and C# 10. It should be seen as an alpha-quality cutting-edge alternative to QuikGraph.Petri. |
|
FastGraph.MSAGL
Provides a bridge from FastGraph graphs to MSAGL library. This package is the MSAGL subset of the original QuickGraph (later forked as YC.QuickGraph and QuikGraph), specifically forked to support .NET 6 and C# 10. It should be seen as an alpha-quality cutting-edge alternative to QuikGraph.MSAGL. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0-alpha.1630 | 361 | 1/23/2022 |
3.0.0-alpha.1622 | 107 | 12/19/2021 |
3.0.0-alpha.1615 | 103 | 12/4/2021 |
3.0.0-alpha.1614 | 108 | 12/4/2021 |
3.0.0-alpha.1613 | 103 | 12/4/2021 |
3.0.0-alpha.1611 | 627 | 12/3/2021 |
3.0.0-alpha.1610 | 96 | 12/3/2021 |