test/preflow_graph.lgf
changeset 411 c5f010a5647a
parent 404 660db48f324f
equal deleted inserted replaced
0:524ce8f84483 1:92e66de88ce7
     1 @nodes
     1 @nodes
     2 label	
     2 label
     3 0	
     3 0
     4 1	
     4 1
     5 2	
     5 2
     6 3	
     6 3
     7 4	
     7 4
     8 5	
     8 5
     9 6	
     9 6
    10 7	
    10 7
    11 8	
    11 8
    12 9	
    12 9
    13 @edges
    13 @arcs
    14 		label	capacity	
    14 		label	capacity
    15 0	1	0	20	
    15 0	1	0	20
    16 0	2	1	0	
    16 0	2	1	0
    17 1	1	2	3	
    17 1	1	2	3
    18 1	2	3	8	
    18 1	2	3	8
    19 1	3	4	8	
    19 1	3	4	8
    20 2	5	5	5	
    20 2	5	5	5
    21 3	2	6	5	
    21 3	2	6	5
    22 3	5	7	5	
    22 3	5	7	5
    23 3	6	8	5	
    23 3	6	8	5
    24 4	3	9	3	
    24 4	3	9	3
    25 5	7	10	3	
    25 5	7	10	3
    26 5	6	11	10	
    26 5	6	11	10
    27 5	8	12	10	
    27 5	8	12	10
    28 6	8	13	8	
    28 6	8	13	8
    29 8	9	14	20	
    29 8	9	14	20
    30 8	1	15	5	
    30 8	1	15	5
    31 9	5	16	5	
    31 9	5	16	5
    32 @attributes 
    32 @attributes
    33 source 1
    33 source 1
    34 target 8
    34 target 8
    35 @end