test/gomory_hu_test.cc
changeset 970 d216e1c8b3fa
parent 877 141f9c0db4a3
parent 969 7e368d9b67f7
child 983 8b2d4e5d96e4
equal deleted inserted replaced
5:84e3f8a84c6c 7:0358f8a1b19b
    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 
    72 
    72   GomoryHu<Graph, CapMap> gh_test(g, cap);
    73   GomoryHu<Graph, CapMap> gh_test(g, cap);
    73   const GomoryHu<Graph, CapMap>&
    74   const GomoryHu<Graph, CapMap>&
    74     const_gh_test = gh_test;
    75     const_gh_test = gh_test;
    75 
    76