[BGL] Making GraphvizDigraph bidirectional
Hi,
For convenience, I am using Graphviz digraphs, reading them into BGL, running my algorithms and writing them out to view the results (with Graphviz dotty ).
My compiling environment is VC6.
After some compilation failures, I realized that Graphviz digraphs did not support in_edges and other functionality of the bidirectional graphs. Graphviz digraphs is currently defined in graphviz.hpp as :
typedef subgraph
Hi Kweeheong,
Solution 2 is what I would have suggested. I can't think of any obvious
gotchas.
Cheers,
Jeremy
On Sat, 26 Oct 2002, kweeheong wrote:
tan.k.>
tan.k.> Solution 2 :
tan.k.> ------------
tan.k.> - Change the definition of GraphvizDigraph to :
tan.k.> typedef subgraph
participants (2)
-
Jeremy Siek
-
kweeheong