2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00
Files
graph/src
Ronald Garcia 0d6c5bb4e2 Removed unused function warning.
[SVN r33285]
2006-03-09 16:18:05 +00:00
..
2006-02-06 22:19:19 +00:00
2005-11-19 20:40:20 +00:00
2001-02-12 18:13:59 +00:00
2001-03-04 19:00:42 +00:00
2004-10-20 13:20:19 +00:00

The files in this directory implement the read_graphviz() functions
declared in <boost/graph/graphviz.hpp>. There are both directed
and undirected graph versions of these functions. To use both, you
will need to compile the code generated from graphviz_parser.y twice,
once with -DGRAPHVIZ_GRAPH=boost::GraphvizDigraph and once with
 -DGRAPHVIZ_GRAPH=boost::GraphvizGraph.

An example Makefile is included. When time permits the Makefile will
be replaced by a more portable build system.