Re: [commons general] Graph ADT Library?

2005-10-31 Thread Phil Steitz
On 10/31/05, robert burrell donkin <[EMAIL PROTECTED]> wrote: > On Mon, 2005-10-31 at 11:43 -0800, Hernan Silberman wrote: > > I'm wondering if anyone can recommend a good set of Java classes for > > representing Graph abstract data types. Specifically, I'm dealing with a > > homegrown representat

Re: [commons general] Graph ADT Library?

2005-10-31 Thread robert burrell donkin
On Mon, 2005-10-31 at 11:43 -0800, Hernan Silberman wrote: > I'm wondering if anyone can recommend a good set of Java classes for > representing Graph abstract data types. Specifically, I'm dealing with a > homegrown representation of a directed acyclic digraph (DAG) and find it very > lacking.

RE: [commons general] Graph ADT Library?

2005-10-31 Thread James Carman
al Message- From: Hernan Silberman [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 2:43 PM To: commons-dev@jakarta.apache.org Subject: [commons general] Graph ADT Library? I'm wondering if anyone can recommend a good set of Java classes for representing Graph abstract data types

[commons general] Graph ADT Library?

2005-10-31 Thread Hernan Silberman
I'm wondering if anyone can recommend a good set of Java classes for representing Graph abstract data types. Specifically, I'm dealing with a homegrown representation of a directed acyclic digraph (DAG) and find it very lacking. I've read a little about jakarta commons graph and graph2 and as