test/arborescence_test.cc
changeset 2263 9273fe7d850c
parent 2180 d5544c9409e4
child 2386 81b47fc5c444
equal deleted inserted replaced
1:dba5aceafe63 2:3365c9f25fdd
    45 };
    45 };
    46 
    46 
    47 
    47 
    48 
    48 
    49 int main() {
    49 int main() {
    50   srand(time(0));
       
    51   typedef SmartGraph Graph;
    50   typedef SmartGraph Graph;
    52   GRAPH_TYPEDEFS(Graph);
    51   GRAPH_TYPEDEFS(Graph);
    53 
    52 
    54   typedef Graph::EdgeMap<double> CostMap;
    53   typedef Graph::EdgeMap<double> CostMap;
    55 
    54