Satsuma is a graph library for .NET, written in C#. Satsuma is an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible graph algorithms.
DOCUMENTATION: http://satsumagraph.sourceforge.net/
Satsuma is not a charting library. 'Graph' is used in the mathematical sense here (e.g. nodes connected with arcs).
Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal and commercial purposes.
Features
- Dfs and basic connectivity algorithms
- Path finding (Bfs, Dijkstra, Bellman-Ford, A*)
- Spanning forests (Kruskal, Prim)
- Graph adaptors: classes which temporarily modify graphs (contract nodes, take a subgraph/supergraph, reverse arcs, undirect arcs, etc.)
- Circulations (max flow with the Preflow algorithm, min cost circulation with the Network Simplex method)
- Matchings in bipartite graphs (maximum matching, minimum cost matching)
- TSP solvers (insertion, cheapest link, 2-OPT)
- I/O: loading/saving graphs
- Drawing graphs
License
zlib/libpng LicenseFollow Satsuma .NET Graph Library
Other Useful Business Software
Simple, Secure Domain Registration
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi, I have started using your library and I am very thankful for it. I would like to ask how to use AStar algorithm, but not with a CompleteGraph. What I would like to do is to create a graph manually, add nodes and arc (edges) and the perform shortest path algorithm from node a to b. Then get the path as node list. How can I do this? petrasvestartas@gmail.com Thank you, Petras