(none)
authormarci
Thu, 06 May 2004 17:01:31 +0000
changeset 5579c0ce0a1f000
parent 556 bbb223f732e2
child 558 4cbfb435ec2b
(none)
src/work/jacint/max_flow.h
src/work/marci/bipartite_graph_wrapper.h
src/work/marci/bipartite_graph_wrapper_test.cc
src/work/marci/bipartite_matching_try.cc
src/work/marci/iterator_bfs_demo.cc
src/work/marci/top_sort_test.cc
     1.1 --- a/src/work/jacint/max_flow.h	Thu May 06 16:55:59 2004 +0000
     1.2 +++ b/src/work/jacint/max_flow.h	Thu May 06 17:01:31 2004 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4  #include <queue>
     1.5  #include <stack>
     1.6  
     1.7 -#include <graph_wrapper.h>
     1.8 +#include <hugo/graph_wrapper.h>
     1.9  #include <bfs_iterator.h>
    1.10  #include <hugo/invalid.h>
    1.11  #include <hugo/maps.h>
     2.1 --- a/src/work/marci/bipartite_graph_wrapper.h	Thu May 06 16:55:59 2004 +0000
     2.2 +++ b/src/work/marci/bipartite_graph_wrapper.h	Thu May 06 17:01:31 2004 +0000
     2.3 @@ -12,7 +12,7 @@
     2.4  
     2.5  #include <hugo/invalid.h>
     2.6  #include <iter_map.h>
     2.7 -#include <graph_wrapper.h>
     2.8 +#include <hugo/graph_wrapper.h>
     2.9  
    2.10  namespace hugo {
    2.11  
     3.1 --- a/src/work/marci/bipartite_graph_wrapper_test.cc	Thu May 06 16:55:59 2004 +0000
     3.2 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc	Thu May 06 17:01:31 2004 +0000
     3.3 @@ -9,7 +9,7 @@
     3.4  #include <hugo/time_measure.h>
     3.5  #include <for_each_macros.h>
     3.6  #include <bfs_iterator.h>
     3.7 -#include <graph_wrapper.h>
     3.8 +#include <hugo/graph_wrapper.h>
     3.9  #include <bipartite_graph_wrapper.h>
    3.10  #include <hugo/maps.h>
    3.11  #include <max_flow.h>
     4.1 --- a/src/work/marci/bipartite_matching_try.cc	Thu May 06 16:55:59 2004 +0000
     4.2 +++ b/src/work/marci/bipartite_matching_try.cc	Thu May 06 17:01:31 2004 +0000
     4.3 @@ -10,7 +10,7 @@
     4.4  #include <hugo/time_measure.h>
     4.5  #include <for_each_macros.h>
     4.6  #include <bfs_iterator.h>
     4.7 -#include <graph_wrapper.h>
     4.8 +#include <hugo/graph_wrapper.h>
     4.9  #include <bipartite_graph_wrapper.h>
    4.10  #include <hugo/maps.h>
    4.11  #include <max_flow.h>
     5.1 --- a/src/work/marci/iterator_bfs_demo.cc	Thu May 06 16:55:59 2004 +0000
     5.2 +++ b/src/work/marci/iterator_bfs_demo.cc	Thu May 06 17:01:31 2004 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  #include <list_graph.h>
     5.5  //#include <smart_graph.h>
     5.6  #include <bfs_iterator.h>
     5.7 -#include <graph_wrapper.h>
     5.8 +#include <hugo/graph_wrapper.h>
     5.9  
    5.10  using namespace hugo;
    5.11  using std::cout; 
     6.1 --- a/src/work/marci/top_sort_test.cc	Thu May 06 16:55:59 2004 +0000
     6.2 +++ b/src/work/marci/top_sort_test.cc	Thu May 06 17:01:31 2004 +0000
     6.3 @@ -6,7 +6,7 @@
     6.4  #include <hugo/dimacs.h>
     6.5  #include <bfs_dfs_misc.h>
     6.6  #include <list_graph.h>
     6.7 -#include <graph_wrapper.h>
     6.8 +#include <hugo/graph_wrapper.h>
     6.9  
    6.10  using namespace hugo;
    6.11