diff -r ff46747676ed -r 1a8a66b6c6ce test/min_cost_flow_test.cc --- a/test/min_cost_flow_test.cc Mon Oct 30 16:26:13 2006 +0000 +++ b/test/min_cost_flow_test.cc Mon Oct 30 17:22:14 2006 +0000 @@ -19,7 +19,7 @@ #include #include "test_tools.h" #include -#include +#include //#include //#include @@ -92,7 +92,7 @@ // ConstMap const1map(1); std::cout << "Mincostflows algorithm test..." << std::endl; - MinCostFlow< Graph, Graph::EdgeMap, Graph::EdgeMap > + SspMinCostFlow< Graph, Graph::EdgeMap, Graph::EdgeMap > surb_test(graph, length, capacity, s, t); int k=1;