Kemsekov.GraphSharp 3.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Kemsekov.GraphSharp --version 3.0.5
NuGet\Install-Package Kemsekov.GraphSharp -Version 3.0.5
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="Kemsekov.GraphSharp" Version="3.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kemsekov.GraphSharp --version 3.0.5
#r "nuget: Kemsekov.GraphSharp, 3.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Kemsekov.GraphSharp as a Cake Addin
#addin nuget:?package=Kemsekov.GraphSharp&version=3.0.5

// Install Kemsekov.GraphSharp as a Cake Tool
#tool nuget:?package=Kemsekov.GraphSharp&version=3.0.5

nuget

GraphSharp

GraphSharp is a tool to manipulate on the set of connected nodes, or just graph. It allow you to create such algorithms as dijkstra algorithm(shortest path finder), graph coloring, components finder etc... Also, this library have adapter for graph structure to works as one from QuikGraph. So I could call this lib like an extension for QuikGraph library at this point.

For samples see https://github.com/Kemsekov/GraphSharp.Samples

Dijkstra algorithm example Graph coloring (Greedy, DSatur, RLF, Coloring from QuikGraph) example Delaunay triangulation example Minimal spanning tree example Topological sort example Find articulation points example Find components of a graph example Cycles basis finder (here I color 10 shortest cycles found) example Strongly connected components finder example TravelingSalesmanProblem example I have a adapter for IGraph to work as graph from QuikGraph. Here is an example how this works using PageRank implementation from QuikGraph. example Max flow algorithm from left bottom to top right (here max capacity is edge length). The brighter - the more flow goes trough example

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Kemsekov.GraphSharp:

Package Downloads
Kemsekov.GraphSharp.GoogleOrTools

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.2 265 2/14/2024
3.1.1 107 2/6/2024
3.1.0 105 1/25/2024
3.0.5 105 1/11/2024
3.0.4 179 11/24/2023
3.0.2 116 9/25/2023
3.0.1 165 5/20/2023
3.0.0 305 11/30/2022
2.0.0 394 6/23/2022
1.0.7 429 1/18/2022
1.0.6 250 12/12/2021
1.0.5 768 12/10/2021
1.0.4 581 11/6/2021
1.0.3 553 10/20/2021
1.0.2 562 10/19/2021
1.0.1 587 10/15/2021
1.0.0 574 10/15/2021