changeset 1097 | dd5b5d96b657 |
parent 1008 | d216e1c8b3fa |
parent 1083 | 3e711ee55d31 |
child 1092 | dceba191c00d |
7:0358f8a1b19b | 9:97c01befa392 |
---|---|
66 Node n; |
66 Node n; |
67 CapMap cap; |
67 CapMap cap; |
68 CutMap cut; |
68 CutMap cut; |
69 Value v; |
69 Value v; |
70 int d; |
70 int d; |
71 ignore_unused_variable_warning(v,d); |
71 ::lemon::ignore_unused_variable_warning(v,d); |
72 |
72 |
73 GomoryHu<Graph, CapMap> gh_test(g, cap); |
73 GomoryHu<Graph, CapMap> gh_test(g, cap); |
74 const GomoryHu<Graph, CapMap>& |
74 const GomoryHu<Graph, CapMap>& |
75 const_gh_test = gh_test; |
75 const_gh_test = gh_test; |
76 |
76 |