COIN-OR::LEMON - Graph Library

Changes between Version 1 and Version 2 of Satsuma


Ignore:
Timestamp:
07/09/13 22:06:08 (11 years ago)
Author:
bszalkai
Comment:

--

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.
    22
    33Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal and commercial purposes.
    44
    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: