src/work/marci/bipartite_matching_try.cc
changeset 555 995bc1f1a3ce
parent 498 eb8bfa683d92
child 557 9c0ce0a1f000
     1.1 --- a/src/work/marci/bipartite_matching_try.cc	Thu May 06 15:47:42 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try.cc	Thu May 06 16:54:54 2004 +0000
     1.3 @@ -7,12 +7,12 @@
     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 <graph_wrapper.h>
    1.12  #include <bipartite_graph_wrapper.h>
    1.13 -#include <maps.h>
    1.14 +#include <hugo/maps.h>
    1.15  #include <max_flow.h>
    1.16  
    1.17  /**