test/gomory_hu_test.cc
changeset 1171 7e368d9b67f7
parent 643 293551ad254f
child 1172 c18ed26f016c
child 1173 d216e1c8b3fa
child 1257 3e711ee55d31
equal deleted inserted replaced
4:536890415a48 7:d13680875a11
    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 
    54 
    54   GomoryHu<Graph, CapMap> gh_test(g, cap);
    55   GomoryHu<Graph, CapMap> gh_test(g, cap);
    55   const GomoryHu<Graph, CapMap>&
    56   const GomoryHu<Graph, CapMap>&
    56     const_gh_test = gh_test;
    57     const_gh_test = gh_test;
    57 
    58