Related articles |
---|
C++ DAG, one answer kumar@decster.uta.edu (1994-08-03) |
Newsgroups: | comp.compilers |
From: | kumar@decster.uta.edu (Sanjay Kumar) |
Keywords: | C++, summary |
Organization: | University of Texas at Arlington |
Date: | Wed, 3 Aug 1994 22:39:20 GMT |
Status: | RO |
This is one response I received . Since some people have contacted me
by e-mail to direct any response to them, I'm posting it.
regards
Sanjay
Sanjay> Hi, I'm looking for anyone who has experimented with, or has
Sanjay> any pointers to a suitable, coarse/medium grain directed
Sanjay> acyclic graph (DAG) for C++.
Check out the LEDA toolkit.
LEDA
A Library of Efficient Data Types and Algorithms
Stefan N"aher
Max-Planck-Institut f"ur Informatik
Im Stadtwald, 6600 Saarbr"ucken, FRG
stefan@mpi-sb.mpg.de
The LEDA library of efficient data types and algorithms is available via
anonymous ftp.
site directory
ftp.cs.uni-sb.de /pub/LEDA
ftp.th-darmstadt.de /pub/programming/languages/C++/class-libraries/LEDA
Files:
LEDA-3.0.tar.Z template version
LEDA-N-3.0.tar.Z non-template version
LEDA-30.zip DOS template version
LEDA-N30.zip DOS non-template version
unzip.exe DOS unzip program
* The template version should be used with cfront-3.0.1 or g++-2.3
* LEDA is not in the public domain, but you can use and distribute it freely
for research and teaching (a commercial license is available from the
autor).
* Do not distribute modified sources. Please report discovered bugs,
critics, suggestions, and any changes you make.
* Send a message to stefan@mpi-sb.mpg.de if you want to be on the LEDA user
mailing list (mainly used for announcing of new versions).
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.