test/gomory_hu_test.cc
branch1.2
changeset 992 92d53f86d1a9
parent 970 d216e1c8b3fa
parent 982 3e711ee55d31
equal deleted inserted replaced
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