test/gomory_hu_test.cc
changeset 982 3e711ee55d31
parent 969 7e368d9b67f7
child 983 8b2d4e5d96e4
equal deleted inserted replaced
6:d13680875a11 8:bf0bb092e281
    48   Node n;
    48   Node n;
    49   CapMap cap;
    49   CapMap cap;
    50   CutMap cut;
    50   CutMap cut;
    51   Value v;
    51   Value v;
    52   int d;
    52   int d;
    53   ignore_unused_variable_warning(v,d);
    53   ::lemon::ignore_unused_variable_warning(v,d);
    54 
    54 
    55   GomoryHu<Graph, CapMap> gh_test(g, cap);
    55   GomoryHu<Graph, CapMap> gh_test(g, cap);
    56   const GomoryHu<Graph, CapMap>&
    56   const GomoryHu<Graph, CapMap>&
    57     const_gh_test = gh_test;
    57     const_gh_test = gh_test;
    58 
    58