Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 54112 invoked from network); 20 Apr 2004 08:28:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Apr 2004 08:28:07 -0000 Received: (qmail 56923 invoked by uid 500); 20 Apr 2004 08:27:38 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 56859 invoked by uid 500); 20 Apr 2004 08:27:37 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 56838 invoked from network); 20 Apr 2004 08:27:37 -0000 Received: from unknown (HELO c14.maximedia.ch) (80.86.207.40) by daedalus.apache.org with SMTP; 20 Apr 2004 08:27:37 -0000 Received: from www.dalinsoft.ch (localhost [127.0.0.1]) by localhost (8.10.2-SOL3/8.10.2) with ESMTP id i3K8PDN08502 for ; Tue, 20 Apr 2004 10:25:14 +0200 From: "Pierre Auslander" To: "Jakarta Commons Developers List" Reply-To: pauslander@dalinsoft.ch Subject: RE: [math] Graph theory Date: Tue, 20 Apr 2004 10:25:13 +0200 Message-Id: <20040420082513.M63980@www.dalinsoft.ch> In-Reply-To: <95F1CCA52E317C49AB7AA71B16E8988B0C22CE@mail2.tsd.biz> References: <95F1CCA52E317C49AB7AA71B16E8988B0C22CE@mail2.tsd.biz> X-Mailer: Open WebMail 1.71 20020917 X-OriginatingIP: 195.49.41.40 (pauslander@www.dalinsoft.ch) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N We've got a basic Java implementation of graphs; only "computations", no visual stuff. It has interfaces and implementations for Graph, Directed Graph, Directed Acyclic Graph, Forest, Tree. We use it in different contexts for cycle detection (dependency graphs) and taxinomies/classifications. Right now development is ad-hoc, but if there is interest, we'd be glad to share and have everybody improve it. I can post/email a jar if required. Do you see Graphs belonging to math, to collections, or to graphs? Cheers, Pierre On Tue, 20 Apr 2004 01:13:52 -0400, Phil Steitz wrote > I think that implementing combinatorial algorithms to meet needs > like Paul's and Herve's below would make a good addition to [math]. > Starting with clean room implementations of algorithms to meet > specific practical needs would be a better way to go than > translating or porting existing libraries, IMHO. > > Can you guys provide a little more detail on what your application > needs are? > > Phil > > -----Original Message----- > From: Allen Lee [mailto:alllee@cs.indiana.edu] > Sent: Mon 4/19/2004 1:14 PM > To: Jakarta Commons Developers List > Cc: > Subject: Re: [math] Graph theory > > > > I've always thought something similar to the boost graph library > > (http://www.boost.org/libs/graph/doc/index.html) would be useful. > Now that Java has generics as well it might be an easier first-cut > translation... > > On Mon, Apr 19, 2004 at 09:50:11PM +0200, Paul Libbrecht wrote: > > How do you compare your package to jGraph (which does not only > drawing) > and othr packages that do visual drawing at the same > time as other > functionalities. > > Maybe the name "graph- > theory" is a bit vague... for exampe, I know I've > been looking > very long for a package that could allow me to build > > combinatorial graphs and would then allow me to compute the distance > > between subsets... I've never found that. > > paul > > > On > 19-Apr-04, at 21:07 Uhr, Herve Quiroz wrote: > > >Hi, > > > > > > >Is there something planned regarding graph theory within the [math] > > >project? > > > >I'm asking because I'm coding a network > simulator and I have been > >looking for such a package for a > while. Now I've implemented my own > >(quite limited and specific) > package. Still, if someone already planned > >something similar in > the [math] package, I may contribute instead of > >re-inventing the > wheel (once again)... > > > >Herve -- Open WebMail Project (http://openwebmail.org) --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org