lib for working with graphs

2012-11-28 Thread Andriy Gapon
Does anyone know a light-weight BSD-licensed (or analogous) library / piece of code for doing useful things with graphs? Thank you. -- Andriy Gapon ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers T

Re: lib for working with graphs

2012-11-28 Thread David Wolfskill
On Wed, Nov 28, 2012 at 04:20:28PM +0200, Andriy Gapon wrote: > > Does anyone know a light-weight BSD-licensed (or analogous) library / piece of > code for doing useful things with graphs? > Thank you. > Errr "graphs" is fairly ambiguous, and "things with graphs" covers a very wide range

Re: lib for working with graphs

2012-11-28 Thread Andriy Gapon
on 28/11/2012 16:31 David Wolfskill said the following: > On Wed, Nov 28, 2012 at 04:20:28PM +0200, Andriy Gapon wrote: >> >> Does anyone know a light-weight BSD-licensed (or analogous) library / piece >> of >> code for doing useful things with graphs? >> Thank you. >> > > Errr "graphs"

Re: lib for working with graphs

2012-11-28 Thread Jonathan Anderson
On Wednesday, 28 November 2012 at 14:37, Andriy Gapon wrote: > Graphs as in vertices, edges, etc :) > And things like graph basics: BFS, DFS, connected components, topological > sort, etc > I've used igraph in my research: http://igraph.sourceforge.net/. It's very full-featured, with attention

Re: lib for working with graphs

2012-11-28 Thread Dan Nelson
In the last episode (Nov 28), Andriy Gapon said: > on 28/11/2012 16:31 David Wolfskill said the following: > > On Wed, Nov 28, 2012 at 04:20:28PM +0200, Andriy Gapon wrote: > >> > >> Does anyone know a light-weight BSD-licensed (or analogous) library / > >> piece of code for doing useful things wit

Re: lib for working with graphs

2012-11-28 Thread Mehmet Erol Sanliturk
On Wed, Nov 28, 2012 at 6:37 AM, Andriy Gapon wrote: > on 28/11/2012 16:31 David Wolfskill said the following: > > On Wed, Nov 28, 2012 at 04:20:28PM +0200, Andriy Gapon wrote: > >> > >> Does anyone know a light-weight BSD-licensed (or analogous) library / > piece of > >> code for doing useful th

Re: lib for working with graphs

2012-11-28 Thread OtacĂ­lio
On 28/11/2012 13:36, Mehmet Erol Sanliturk wrote: > On Wed, Nov 28, 2012 at 6:37 AM, Andriy Gapon > wrote: > >> on 28/11/2012 16:31 David Wolfskill said the following: >>> On Wed, Nov 28, 2012 at 04:20:28PM +0200, Andriy Gapon wrote: Does anyone know a light-weight BSD-licensed (or ana