src/work/marci/bipartite_matching_try_2.cc
changeset 602 580b329c2a0c
parent 555 995bc1f1a3ce
     1.1 --- a/src/work/marci/bipartite_matching_try_2.cc	Mon May 10 16:52:51 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try_2.cc	Mon May 10 16:59:20 2004 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  //#include <dimacs.h>
     1.5  #include <hugo/time_measure.h>
     1.6  #include <for_each_macros.h>
     1.7 -#include <bfs_iterator.h>
     1.8 +#include <bfs_dfs.h>
     1.9  #include <bipartite_graph_wrapper.h>
    1.10  #include <hugo/maps.h>
    1.11  #include <max_flow.h>