2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 16:52:12 +00:00
Files
graph/quickbook/images/reference/geodesic.dot
Andrew Sutton 7777457d50 Importing quickbook docs from SOC 2007
[SVN r51250]
2009-02-14 13:53:55 +00:00

15 lines
156 B
Plaintext

graph G {
0 -- 1;
1 -- 2;
1 -- 3;
2 -- 4;
3 -- 5;
4 -- 6;
4 -- 7;
4 -- 8;
5 -- 8;
6 -- 9;
7 -- 9;
8 -- 9;
}