src/work/marci/bipartite_graph_wrapper_test.cc
changeset 476 cfe550761745
parent 409 7ab7f083760a
child 480 4fb0d1e166ea
     1.1 --- a/src/work/marci/bipartite_graph_wrapper_test.cc	Thu Apr 29 16:08:16 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc	Thu Apr 29 16:25:03 2004 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  #include <bfs_iterator.h>
     1.5  #include <graph_wrapper.h>
     1.6  #include <maps.h>
     1.7 -#include <edmonds_karp.h>
     1.8 +#include <preflow.h>
     1.9  
    1.10  using namespace hugo;
    1.11