source:
lemon-tutorial/demo/maxflow.lgf
@
59:5d9170b19285
Last change on this file since 59:5d9170b19285 was 54:e99a7fb6bff5, checked in by , 15 years ago | |
---|---|
File size: 188 bytes |
Rev | Line | |
---|---|---|
[54] | 1 | @nodes |
2 | label | |
3 | 0 | |
4 | 1 | |
5 | 2 | |
6 | 3 | |
7 | 4 | |
8 | 5 | |
9 | 6 | |
10 | 7 | |
11 | 8 | |
12 | 9 | |
13 | @arcs | |
14 | capacity | |
15 | 0 1 20 | |
16 | 0 2 0 | |
17 | 1 1 3 | |
18 | 1 2 8 | |
19 | 1 3 8 | |
20 | 2 5 5 | |
21 | 3 2 5 | |
22 | 3 5 5 | |
23 | 3 6 5 | |
24 | 4 3 3 | |
25 | 5 7 3 | |
26 | 5 6 10 | |
27 | 5 8 10 | |
28 | 6 8 8 | |
29 | 8 9 20 | |
30 | 8 1 5 | |
31 | 9 5 5 | |
32 | @attributes | |
33 | source 1 | |
34 | target 8 |
Note: See TracBrowser
for help on using the repository browser.