test/gomory_hu_test.cc
branch1.1
changeset 797 c18ed26f016c
parent 761 f1398882a928
parent 796 7e368d9b67f7
child 808 bdfc038f364c
equal deleted inserted replaced
5:e1be919d0bfb 7:982ee70c334c
    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