source:
downloads/boost_1_34_1/libs/graph/example/reverse_graph.expected
@
47
Last change on this file since 47 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 147 bytes |
Line | |
---|---|
1 | original graph: |
2 | 0 --> 2 |
3 | 1 --> 1 3 4 |
4 | 2 --> 1 3 4 |
5 | 3 --> 1 4 |
6 | 4 --> 0 1 |
7 | |
8 | reversed graph: |
9 | 0 --> 4 |
10 | 1 --> 1 2 3 4 |
11 | 2 --> 0 |
12 | 3 --> 1 2 |
13 | 4 --> 1 2 3 |
Note: See TracBrowser
for help on using the repository browser.