COIN-OR::LEMON - Graph Library

source: lemon-1.2/test/min_cost_flow_test.lgf @ 411:01c443515ad2

Last change on this file since 411:01c443515ad2 was 345:2f64c4a692a8, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port Suurballe algorithm from svn -r3512

File size: 571 bytes
Line 
1@nodes
2label   supply1 supply2 supply3
31       0       20      27     
42       0       -4      0               
53       0       0       0       
64       0       0       0       
75       0       9       0       
86       0       -6      0       
97       0       0       0       
108       0       0       0       
119       0       3       0       
1210      0       -2      0       
1311      0       0       0               
1412      0       -20     -27     
15               
16@arcs
17                cost    capacity        lower1  lower2
181       2       70      11              0       8
191       3       150     3               0       1
201       4       80      15              0       2
212       8       80      12              0       0
223       5       140     5               0       3
234       6       60      10              0       1
244       7       80      2               0       0
254       8       110     3               0       0
265       7       60      14              0       0
275       11      120     12              0       0
286       3       0       3               0       0
296       9       140     4               0       0
306       10      90      8               0       0
317       1       30      5               0       0
328       12      60      16              0       4
339       12      50      6               0       0
3410      12      70      13              0       5
3510      2       100     7               0       0
3610      7       60      10              0       0
3711      10      20      14              0       6
3812      11      30      10              0       0
39
40@attributes
41source  1
42target  12
43
44@end
Note: See TracBrowser for help on using the repository browser.