source:
downloads/boost_1_33_1/libs/graph/example/max_flow.expected
@
24
| Last change on this file since 24 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 201 bytes | |
| Line | |
|---|---|
| 1 | c The total flow: |
| 2 | s 13 |
| 3 | |
| 4 | c flow values: |
| 5 | f 0 6 3 |
| 6 | f 0 1 0 |
| 7 | f 0 2 10 |
| 8 | f 1 5 1 |
| 9 | f 1 0 0 |
| 10 | f 1 3 0 |
| 11 | f 2 4 4 |
| 12 | f 2 3 6 |
| 13 | f 2 0 0 |
| 14 | f 3 7 5 |
| 15 | f 3 2 0 |
| 16 | f 3 1 1 |
| 17 | f 4 5 4 |
| 18 | f 4 6 0 |
| 19 | f 5 4 0 |
| 20 | f 5 7 5 |
| 21 | f 6 7 3 |
| 22 | f 6 4 0 |
| 23 | f 7 6 0 |
| 24 | f 7 5 0 |
Note: See TracBrowser
for help on using the repository browser.










