2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-29 19:42:11 +00:00
Files
graph/example/graphviz_example.dot
Douglas Gregor 4864d12d0c New GraphViz example
[SVN r27274]
2005-02-09 15:05:58 +00:00

8 lines
118 B
Plaintext

graph {
edge [weight="10"];
0 -- 1 [weight="3.14159"];
1 -- foo [weight="2.71828"];
foo -- bar;
bar -- 1;
}