branch | 1.0 |
changeset 382 | f679c1eb0163 |
parent 257 | 8d76a7bf9961 |
5:6e3d9edd3d65 | 6:74ad9c1703a4 |
---|---|
165 Digraph digraph; |
165 Digraph digraph; |
166 IntArcMap length(digraph); |
166 IntArcMap length(digraph); |
167 Node source; |
167 Node source; |
168 |
168 |
169 std::istringstream input(test_lgf); |
169 std::istringstream input(test_lgf); |
170 digraphReader(input, digraph). |
170 digraphReader(digraph, input). |
171 arcMap("capacity", length). |
171 arcMap("capacity", length). |
172 node("source", source). |
172 node("source", source). |
173 run(); |
173 run(); |
174 |
174 |
175 { |
175 { |