
12 Jul
2010
12 Jul
'10
4:28 p.m.
Do you have a script or something that compiles the .dot files into figures, or at least human-readable directions (script preferred of course)? It would be nice to have that saved for posterity.
I used Graphviz, but nothing fancy. The undirected graphs were generated with: fdp -Tpng -ograph.png graph.dot and then the resulting `graph.png` was converted to a GIF with GIMP. To draw the directed graph, I used: circo -Tpng -odigraph.png digraph.dot
Also, what do you want me to do with the Buffer concept that is in <boost/graph/graph_concepts.hpp>?
Oh, I removed that from my local copy. If I recall correctly, that `BufferConcept` declaration seemed older in style and did not fully test the given type for conformity to the Buffer concept.