test/edmonds_karp_test.cc
changeset 1058 2f00ef323c2e
parent 1056 92a884824429
child 1059 08f2dc76e82e
equal deleted inserted replaced
0:de8b8fd68f98 1:6248a9bd2a50
    81   CutMap cut;
    81   CutMap cut;
    82   VType v;
    82   VType v;
    83   bool b;
    83   bool b;
    84   ignore_unused_variable_warning(v,b);
    84   ignore_unused_variable_warning(v,b);
    85   typedef EdmondsKarp<Digraph, CapMap>
    85   typedef EdmondsKarp<Digraph, CapMap>
    86               ::DefFlowMap<FlowMap>
    86               ::SetFlowMap<FlowMap>
    87               ::Create EKType;
    87               ::Create EKType;
    88   EKType ek_test(g, cap, n, n);
    88   EKType ek_test(g, cap, n, n);
    89   const EKType& const_ek_test = ek_test;
    89   const EKType& const_ek_test = ek_test;
    90 
    90 
    91   EKType::Tolerance tol = const_ek_test.tolerance();
    91   EKType::Tolerance tol = const_ek_test.tolerance();