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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 | 2,037 | 1/23/2022 |
3.0.0-alpha.1622 | 149 | 12/19/2021 |
3.0.0-alpha.1615 | 153 | 12/4/2021 |
3.0.0-alpha.1614 | 159 | 12/4/2021 |
3.0.0-alpha.1613 | 148 | 12/4/2021 |
3.0.0-alpha.1611 | 673 | 12/3/2021 |
3.0.0-alpha.1610 | 143 | 12/3/2021 |