$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Müller (jens.mueller_at_[hidden])
Date: 2007-04-01 12:35:35
Aaron Windsor schrieb:
> Hi all,
>
> I've implemented a small suite of tools for dealing with planar graphs and
> would like to add it to the BGL. The core of this suite is built around the
> recent Boyer-Myrvold algorithm for planarity testing/embedding.
> (see http://www.emis.de/journals/JGAA/accepted/2004/BoyerMyrvold2004.8.3.pdf)
Wow - just in time. I am re-implementing a planar separator algorithm
which was done using LEDA graphs. I'll take a look at it, but not today ...
Have you specified concepts for planar graphs?
If so, maybe I can pimp the leda_graph.hpp accordingly.