$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-05-31 13:08:43
On Thursday 31 May 2001 01:28 pm, you wrote:
> ASTL looks neat... to bad the BGL wasn't around when you starting working
> on it. Have you thought at all about converting ASTL to use the BGL
> interface?
>
> Cheers,
> Jeremy
Jeremy has a very good point. An automata library could benefit greatly from
the algorithms that already exist in the Graph library. We would be foolish
not to construct/adapt the automaton structures to the Graph concept.
Doug