Changes between Version 1 and Version 2 of Satsuma
- Timestamp:
- 07/09/13 20:06:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Satsuma
v1 v2 1 '''Satsuma''' is a graph library for C#. The goal was to create an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible versions of common graph algorithms. Satsuma was inspired the C++ graph library LEMON.1 '''Satsuma''' is a graph library for C#. The goal was to create an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible versions of common graph algorithms. Satsuma was named in honor of the LEMON C++ graph library. 2 2 3 3 Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal and commercial purposes. 4 4 5 * Download (soon)6 * Documentation (soon)7 * Issue tracker (soon)8 * Browse source (soon)5 * Download: https://sourceforge.net/projects/satsumagraph/ 6 * Documentation: http://satsumagraph.sourceforge.net/ 7 * Issue tracker: https://sourceforge.net/p/satsumagraph/tickets 8 * Browse source: