diff -r bfd6c14e2975 -r e812963087f0 src/work/marci/bipartite_matching_try.cc --- a/src/work/marci/bipartite_matching_try.cc Fri May 14 18:08:29 2004 +0000 +++ b/src/work/marci/bipartite_matching_try.cc Fri May 14 18:28:57 2004 +0000 @@ -4,7 +4,7 @@ #include #include -#include +#include //#include //#include #include @@ -40,7 +40,7 @@ using namespace hugo; int main() { - typedef UndirListGraph Graph; + typedef UndirSageGraph Graph; typedef Graph::Node Node; typedef Graph::NodeIt NodeIt; typedef Graph::Edge Edge; @@ -166,7 +166,7 @@ MaxFlow, stGW::EdgeMap > max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, max_flow); // while (max_flow_test.augmentOnShortestPath()) { } - typedef ListGraph MutableGraph; + typedef SageGraph MutableGraph; // while (max_flow_test.augmentOnBlockingFlow1()) { while (max_flow_test.augmentOnBlockingFlow2()) { std::cout << max_flow_test.flowValue() << std::endl;