5 Sep
2002
5 Sep
'02
1:50 p.m.
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