COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Satsuma


Ignore:
Timestamp:
06/14/13 11:21:07 (11 years ago)
Author:
bszalkai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Satsuma

    v1 v1  
     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.
     2
     3Satsuma is released under the zlib license. This license is very permissive and allows you to use Satsuma for both personal and commercial purposes.
     4
     5* Download (soon)
     6* Documentation (soon)
     7* Issue tracker (soon)
     8* Browse source (soon)