test/min_cost_arborescence_test.cc
branch1.1
changeset 1172 c18ed26f016c
parent 1081 f1398882a928
parent 1171 7e368d9b67f7
child 1258 bdfc038f364c
equal deleted inserted replaced
3:dea68e02822a 5:b033a21d01cd
    89   Digraph g;
    89   Digraph g;
    90   Node s, n;
    90   Node s, n;
    91   Arc e;
    91   Arc e;
    92   VType c;
    92   VType c;
    93   bool b;
    93   bool b;
       
    94   ignore_unused_variable_warning(c,b);
    94   int i;
    95   int i;
    95   CostMap cost;
    96   CostMap cost;
    96   ArbMap arb;
    97   ArbMap arb;
    97   PredMap pred;
    98   PredMap pred;
    98 
    99