]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/graph/example/incremental_components.expected
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / graph / example / incremental_components.expected
1 An undirected graph:
2 0 <--> 1 4
3 1 <--> 0 4
4 2 <--> 5
5 3 <-->
6 4 <--> 1 0
7 5 <--> 2
8
9 representative[0] = 1
10 representative[1] = 1
11 representative[2] = 5
12 representative[3] = 3
13 representative[4] = 1
14 representative[5] = 5
15
16 component 0 contains: 1 4 0
17 component 1 contains: 3
18 component 2 contains: 5 2