Re: [Haskell-cafe] ANN: Haskell bindings for the igraph C library

2013-01-22 Thread George Giorgidze
Hi Jason, How does this compare with fgl? http://hackage.haskell.org/package/fgl A couple of months ago, I was working on a project where I had to do some graph analysis. I encountered two problems with the fgl library: (1) The fgl library did not work for large graphs, even graph construction

Re: [Haskell-cafe] ANN: Haskell bindings for the igraph C library

2013-01-22 Thread Jason Dagit
On Tue, Jan 22, 2013 at 3:20 PM, George Giorgidze giorgi...@gmail.comwrote: Hi Jason, How does this compare with fgl? http://hackage.haskell.org/package/fgl A couple of months ago, I was working on a project where I had to do some graph analysis. I encountered two problems with the fgl

[Haskell-cafe] ANN: Haskell bindings for the igraph C library

2012-12-16 Thread Nils Schweinsberg
Hi Haskellers, dear igraph community, I am pleased to announce the release of our (inofficial) Haskell bindings to the igraph C library. igraph is a powerfull library for creating and manipulating directed, undirected and weighted graphs. Our package offers a complete coverage of all