$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Müller (jens.mueller_at_[hidden])
Date: 2007-01-04 10:29:18
Jens Müller wrote:
> The code in the attached file indeed seems to work ...
> 
> Unfortunately, I cannot really test this at the moment - the graphml 
> reader from graph-tool does not seem to work with LEDA graphs.
> 
> Either I'm too stupid to use the LEDA adapter, or all kinds of types in 
> graph_traits are not defined for LEDA graphs.
Hmmpf ... I used leda::graph instead of leda::GRAPH<T1,T2> (with two 
dummy ints now).
Is there any specific reason why there is no adapter for the 
unparameterised leda::graph?
Now that it's running, it seems to be working quite nicely (at least, it 
doesn't crash).