]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/graph/example/adjacency_list.expected
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / graph / example / adjacency_list.expected
1 0 --joe--> 1
2 1 --joe--> 0 --curly--> 2 --dick--> 3
3 2 --curly--> 1 --tom--> 4
4 3 --dick--> 1 --harry--> 4
5 4 --tom--> 2 --harry--> 3
6 (0,1) (1,2) (1,3) (2,4) (3,4)
7
8 removing edge (1,3):
9 removing edge (1,0)
10 0
11 1 --curly--> 2
12 2 --curly--> 1 --tom--> 4
13 3 --harry--> 4
14 4 --tom--> 2 --harry--> 3
15 (1,2) (2,4) (3,4)