summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/example/prim.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/graph/example/prim.expected')
-rw-r--r--src/boost/libs/graph/example/prim.expected9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/prim.expected b/src/boost/libs/graph/example/prim.expected
new file mode 100644
index 000000000..0a51ff818
--- /dev/null
+++ b/src/boost/libs/graph/example/prim.expected
@@ -0,0 +1,9 @@
+parent[a] = a
+parent[b] = a
+parent[c] = f
+parent[d] = c
+parent[e] = d
+parent[f] = g
+parent[g] = h
+parent[h] = a
+parent[i] = c