1
0
Fork 0
arangodb/3rdParty/boost/1.61.0/libs/graph/example/graphviz_example.dot

8 lines
122 B
Plaintext

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