diff -r 58243a389464 -r 511200bdb71f src/work/marci/bipartite_graph_wrapper_test.cc --- a/src/work/marci/bipartite_graph_wrapper_test.cc Tue Aug 17 10:24:19 2004 +0000 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc Tue Aug 17 11:20:16 2004 +0000 @@ -7,12 +7,13 @@ //#include //#include #include -#include +#include #include #include #include #include -#include +#include +#include using namespace hugo; @@ -133,7 +134,7 @@ ++bfs_stgw; } - MaxFlow, stGW::EdgeMap > + AugmentingFlow, stGW::EdgeMap > max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow); while (max_flow_test.augmentOnShortestPath()) { }