src/work/marci/bipartite_matching_try_3.cc
changeset 555 995bc1f1a3ce
parent 512 d5fe2f3f95fc
child 558 4cbfb435ec2b
     1.1 --- a/src/work/marci/bipartite_matching_try_3.cc	Thu May 06 15:47:42 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try_3.cc	Thu May 06 16:54:54 2004 +0000
     1.3 @@ -7,11 +7,11 @@
     1.4  #include <list_graph.h>
     1.5  //#include <smart_graph.h>
     1.6  //#include <dimacs.h>
     1.7 -#include <time_measure.h>
     1.8 +#include <hugo/time_measure.h>
     1.9  #include <for_each_macros.h>
    1.10  #include <bfs_iterator.h>
    1.11  #include <bipartite_graph_wrapper.h>
    1.12 -#include <maps.h>
    1.13 +#include <hugo/maps.h>
    1.14  #include <max_flow.h>
    1.15  
    1.16  using namespace hugo;