summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/example/connected_components.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/graph/example/connected_components.expected')
-rw-r--r--src/boost/libs/graph/example/connected_components.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/connected_components.expected b/src/boost/libs/graph/example/connected_components.expected
new file mode 100644
index 000000000..862d93475
--- /dev/null
+++ b/src/boost/libs/graph/example/connected_components.expected
@@ -0,0 +1,8 @@
+Total number of components: 3
+Vertex 0 is in component 0
+Vertex 1 is in component 0
+Vertex 2 is in component 1
+Vertex 3 is in component 2
+Vertex 4 is in component 0
+Vertex 5 is in component 1
+