summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/example/figs/telephone-network.dot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:20 +0000
commit483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch)
treee5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/graph/example/figs/telephone-network.dot
parentInitial commit. (diff)
downloadceph-upstream.tar.xz
ceph-upstream.zip
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/graph/example/figs/telephone-network.dot')
-rw-r--r--src/boost/libs/graph/example/figs/telephone-network.dot42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/figs/telephone-network.dot b/src/boost/libs/graph/example/figs/telephone-network.dot
new file mode 100644
index 00000000..4187d512
--- /dev/null
+++ b/src/boost/libs/graph/example/figs/telephone-network.dot
@@ -0,0 +1,42 @@
+graph G {
+ size="5,5.3"
+ ratio="fill"
+ edge[style="bold"]
+ Nobel
+ McKellar
+ "Parry Sound"
+ "Horseshoe Lake"
+ Rosseau
+ Mactier
+ "Bent River"
+ Dunchurch
+ Magnetawan
+ Kearny
+ "Glen Orchard"
+ Sprucedale
+ Novar
+ Huntsville
+ Bracebridge
+
+ Nobel -- McKellar[label="9", weight="9"]
+ Nobel -- "Parry Sound"[label="3", weight="3"]
+ McKellar -- Dunchurch[label="11", weight="11"]
+ Dunchurch -- Magnetawan[label="12", weight="12"]
+ McKellar -- Magnetawan[label="30", weight="30"]
+ Magnetawan -- Kearny[label="20", weight="20"]
+ Magnetawan -- Sprucedale[label="20", weight="20"]
+ Kearny -- Sprucedale[label="13", weight="13"]
+ Sprucedale -- Novar[label="18", weight="18"]
+ Sprucedale -- Huntsville[label="15", weight="15"]
+ Kearny -- Novar[label="8", weight="11"]
+ Novar -- Huntsville[label="5", weight="5"]
+ Huntsville -- Bracebridge[label="30", weight="30"]
+ Huntsville -- "Bent River"[label="30", weight="30"]
+ Rosseau -- "Bent River"[label="8", weight="8"]
+ Rosseau -- "Horseshoe Lake"[label="8", weight="8"]
+ Mactier -- "Horseshoe Lake"[label="14", weight="14"]
+ "Parry Sound" -- "Horseshoe Lake"[label="10", weight="10"]
+ "Parry Sound" -- Dunchurch[label="20", weight="20"]
+ Mactier -- "Glen Orchard"[label="9", weight="9"]
+ "Glen Orchard" -- Bracebridge[label="15", weight="15"]
+}