$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Henderson (Alex.Henderson_at_[hidden])
Date: 2002-09-05 08:50:09
> Has anyone adapted any 2D and/or 3D graph layout algorithms to work
> with Boost ( i.e. minimum crossing etc...).
>
> Seems an obvious question, but I did not find anything via
> searching...
>
> Andrew
There is an example in the BGL book where a GraphViz structure
is read (a .dot file). See also;
http://www.boost.org/libs/graph/doc/read-graphviz.html
and
http://www.research.att.com/sw/tools/graphviz/
Whether not you can produce .dot files from your software is
another matter ;-)
Good luck!
Alex