- Notifications
You must be signed in to change notification settings - Fork11
GraphSharp is a tool to study and use knowledge of graph theory in C#!
License
Kemsekov/GraphSharp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
GraphSharp
LP solvers for GraphSharp
GraphSharp is a tool to manipulate on the set of connected nodes, or just graph.
It is currently the most advanced graph library in c#.
Also, this library have adapters for graphs from another libraryQuikGraph.
And also forSatsuma
So any algorithms that works in these libraries also work here + this library contains lots and lots more algorithms and operations.
For samples seehttps://github.com/Kemsekov/GraphSharp.Samples
Graph coloring (Greedy, DSatur, RLF, Coloring from QuikGraph)
Cycles basis finder (here I color 10 shortest cycles found)
Strongly connected components finder
Hamiltonian cycle finder (using google or tools)
Max flow algorithm using google or tools
Min cost flow using google or tools
Different graph center finders
This example condenses cliques of original graph into nodes of new graph
This example condenses strongly connected components of original graph into nodes of new graph
About
GraphSharp is a tool to study and use knowledge of graph theory in C#!
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.











