equal
deleted
inserted
replaced
63 Node n; |
63 Node n; |
64 CapMap cap; |
64 CapMap cap; |
65 CutMap cut; |
65 CutMap cut; |
66 Value v; |
66 Value v; |
67 bool b; |
67 bool b; |
68 ignore_unused_variable_warning(v,b); |
68 ::lemon::ignore_unused_variable_warning(v,b); |
69 |
69 |
70 NagamochiIbaraki<Graph, CapMap> ni_test(g, cap); |
70 NagamochiIbaraki<Graph, CapMap> ni_test(g, cap); |
71 const NagamochiIbaraki<Graph, CapMap>& const_ni_test = ni_test; |
71 const NagamochiIbaraki<Graph, CapMap>& const_ni_test = ni_test; |
72 |
72 |
73 ni_test.init(); |
73 ni_test.init(); |