summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/example/kruskal.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/graph/example/kruskal.expected')
-rw-r--r--src/boost/libs/graph/example/kruskal.expected5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/kruskal.expected b/src/boost/libs/graph/example/kruskal.expected
new file mode 100644
index 000000000..7fa4320ff
--- /dev/null
+++ b/src/boost/libs/graph/example/kruskal.expected
@@ -0,0 +1,5 @@
+Print the edge in MST:
+0 <--> 2 with weight of 1
+3 <--> 4 with weight of 1
+4 <--> 0 with weight of 1
+1 <--> 3 with weight of 1