source:
downloads/boost_1_33_1/libs/graph/example/dave.expected
@
24
| Last change on this file since 24 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 376 bytes | |
| Line | |
|---|---|
| 1 | a --> c d |
| 2 | b --> a d |
| 3 | c --> f |
| 4 | d --> c e f |
| 5 | e --> b g |
| 6 | f --> e g |
| 7 | g --> |
| 8 | Starting graph: |
| 9 | a 2147483647 (a,c) (a,d) |
| 10 | c 2147483647 (c,f) |
| 11 | d 2147483647 (d,c) (d,e) (d,f) |
| 12 | f 2147483647 (f,e) (f,g) |
| 13 | e 2147483647 (e,b) (e,g) |
| 14 | g 2147483647 |
| 15 | b 2147483647 (b,a) (b,d) |
| 16 | |
| 17 | Result: |
| 18 | a 0 (a,c) (a,d) |
| 19 | c 3 (c,f) |
| 20 | d 4 (d,c) (d,e) (d,f) |
| 21 | f 9 (f,e) (f,g) |
| 22 | e 4 (e,b) (e,g) |
| 23 | g 7 |
| 24 | b 14 (b,a) (b,d) |
Note: See TracBrowser
for help on using the repository browser.










