source:
downloads/boost_1_34_1/libs/graph/example/subgraph.expected
@
47
Last change on this file since 47 was 29, checked in by landauf, 16 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
1 | G0: |
2 | 0 --> 1 |
3 | 1 --> 2 3 |
4 | 2 --> 5 |
5 | 3 --> |
6 | 4 --> 1 5 |
7 | 5 --> 3 |
8 | 0(0,1) 1(1,2) 2(1,3) 6(2,5) 3(4,1) 4(4,5) 5(5,3) |
9 | |
10 | G1: |
11 | 2 --> 5 |
12 | 4 --> 5 |
13 | 5 --> |
14 | 6(2,5) 4(4,5) |
15 | |
16 | G2: |
17 | 0 --> 1 |
18 | 1 --> |
19 | 0(0,1) |
20 |
Note: See TracBrowser
for help on using the repository browser.