Thursday, July 24, 2003

install webdot/graphviz/tomcat/apache at intrepid:/home/liu_x/tool
Explore Java matrix/Graph packages

General Java matrix/math packages:
http://math.nist.gov/javanumerics/

It has many useful links to other java math projects.

Colt package:
It looks powerful but I did not find a graph theory API
http://hoschek.home.cern.ch/hoschek/colt/index.htm

JDSL:
http://www.cs.brown.edu/cgc/jdsl/doc.html
It has limited graph algo implementation, including DFS, DijkstraPath. It's more like a teaching tool.


Graph Foundation Class for Java
http://www.alphaworks.ibm.com/tech/gfc
It has a more powerful Graph API, however the latest version is released 07/31/2000. There is no much activity going on there. And the interface is rather odd. It supports breath-first search though.

0 Comments:

Post a Comment

<< Home