source:
lemon-project-template-glpk/deps/glpk/examples/sample.max
@
10:5545663ca997
Last change on this file since 10:5545663ca997 was 9:33de93886c88, checked in by , 13 years ago | |
---|---|
File size: 252 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | c sample.max |
2 | c | |
3 | c This is an example of the maximum flow problem data | |
4 | c in DIMACS format. | |
5 | c | |
6 | p max 9 14 | |
7 | c | |
8 | n 1 s | |
9 | n 9 t | |
10 | c | |
11 | a 1 2 14 | |
12 | a 1 4 23 | |
13 | a 2 3 10 | |
14 | a 2 4 9 | |
15 | a 3 5 12 | |
16 | a 3 8 18 | |
17 | a 4 5 26 | |
18 | a 5 2 11 | |
19 | a 5 6 25 | |
20 | a 5 7 4 | |
21 | a 6 7 7 | |
22 | a 6 8 8 | |
23 | a 7 9 15 | |
24 | a 8 9 20 | |
25 | c | |
26 | c eof |
Note: See TracBrowser
for help on using the repository browser.