]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/graph/example/dave.expected
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / graph / example / dave.expected
CommitLineData
f67539c2
TL
1a --> c d
2b --> a d
3c --> f
4d --> c e f
5e --> b g
6f --> e g
7g -->
7c673cae 8Starting graph:
f67539c2
TL
9a 2147483647 (a,c) (a,d)
10c 2147483647 (c,f)
11d 2147483647 (d,c) (d,e) (d,f)
12f 2147483647 (f,e) (f,g)
13e 2147483647 (e,b) (e,g)
14g 2147483647
15b 2147483647 (b,a) (b,d)
7c673cae
FG
16
17Result:
f67539c2
TL
18a 0 (a,c) (a,d)
19c 3 (c,f)
20d 4 (d,c) (d,e) (d,f)
21f 9 (f,e) (f,g)
22e 4 (e,b) (e,g)
23g 7
24b 14 (b,a) (b,d)