test/gomory_hu_test.cc
branch1.1
changeset 811 bd24650d5cd2
parent 797 c18ed26f016c
parent 807 3e711ee55d31
equal deleted inserted replaced
7:982ee70c334c 9:85968e6cebc2
    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