FastGraph-Maintainers
- 1,131 total downloads
- last updated 1/23/2022
- Latest 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...
More information
- 436 total downloads
- last updated 1/23/2022
- Latest version: 3.0.0-alpha.1630 (prerelease)
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...
More information
- 426 total downloads
- last updated 1/23/2022
- Latest version: 3.0.0-alpha.1630 (prerelease)
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...
More information
- 407 total downloads
- last updated 1/23/2022
- Latest version: 3.0.0-alpha.1630 (prerelease)
Provides convenient graph helpers related to DataTable (and also serialization to Graphviz).
This package is a subset related to DataTable 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...
More information
- 400 total downloads
- last updated 1/23/2022
- Latest version: 3.0.0-alpha.1630 (prerelease)
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...
More information
- 389 total downloads
- last updated 1/23/2022
- Latest version: 3.0.0-alpha.1630 (prerelease)
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.