2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-02 21:02:15 +00:00
Files
graph/src

Copyright (c) 2002 Trustees of Indiana University

Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)

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.