... | ... |
@@ -56,5 +56,5 @@ |
56 | 56 |
|
57 | 57 |
preflow_test.init(); |
58 |
preflow_test. |
|
58 |
preflow_test.init(cap); |
|
59 | 59 |
preflow_test.startFirstPhase(); |
60 | 60 |
preflow_test.startSecondPhase(); |
... | ... |
@@ -154,5 +154,5 @@ |
154 | 154 |
|
155 | 155 |
for(ArcIt e(g); e!=INVALID; ++e) cap[e]=2*cap[e]; |
156 |
preflow_test. |
|
156 |
preflow_test.init(flow); |
|
157 | 157 |
preflow_test.startFirstPhase(); |
158 | 158 |
|
0 comments (0 inline)