[Lemon-commits] [lemon_svn] marci: r730 - in hugo/trunk/src/work: jacint marci

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:41:11 CET 2006


Author: marci
Date: Thu May  6 19:01:31 2004
New Revision: 730

Modified:
   hugo/trunk/src/work/jacint/max_flow.h
   hugo/trunk/src/work/marci/bipartite_graph_wrapper.h
   hugo/trunk/src/work/marci/bipartite_graph_wrapper_test.cc
   hugo/trunk/src/work/marci/bipartite_matching_try.cc
   hugo/trunk/src/work/marci/iterator_bfs_demo.cc
   hugo/trunk/src/work/marci/top_sort_test.cc

Log:


Modified: hugo/trunk/src/work/jacint/max_flow.h
==============================================================================
--- hugo/trunk/src/work/jacint/max_flow.h	(original)
+++ hugo/trunk/src/work/jacint/max_flow.h	Thu May  6 19:01:31 2004
@@ -43,7 +43,7 @@
 #include <queue>
 #include <stack>
 
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bfs_iterator.h>
 #include <hugo/invalid.h>
 #include <hugo/maps.h>

Modified: hugo/trunk/src/work/marci/bipartite_graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/bipartite_graph_wrapper.h	(original)
+++ hugo/trunk/src/work/marci/bipartite_graph_wrapper.h	Thu May  6 19:01:31 2004
@@ -12,7 +12,7 @@
 
 #include <hugo/invalid.h>
 #include <iter_map.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 
 namespace hugo {
 

Modified: hugo/trunk/src/work/marci/bipartite_graph_wrapper_test.cc
==============================================================================
--- hugo/trunk/src/work/marci/bipartite_graph_wrapper_test.cc	(original)
+++ hugo/trunk/src/work/marci/bipartite_graph_wrapper_test.cc	Thu May  6 19:01:31 2004
@@ -9,7 +9,7 @@
 #include <hugo/time_measure.h>
 #include <for_each_macros.h>
 #include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bipartite_graph_wrapper.h>
 #include <hugo/maps.h>
 #include <max_flow.h>

Modified: hugo/trunk/src/work/marci/bipartite_matching_try.cc
==============================================================================
--- hugo/trunk/src/work/marci/bipartite_matching_try.cc	(original)
+++ hugo/trunk/src/work/marci/bipartite_matching_try.cc	Thu May  6 19:01:31 2004
@@ -10,7 +10,7 @@
 #include <hugo/time_measure.h>
 #include <for_each_macros.h>
 #include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bipartite_graph_wrapper.h>
 #include <hugo/maps.h>
 #include <max_flow.h>

Modified: hugo/trunk/src/work/marci/iterator_bfs_demo.cc
==============================================================================
--- hugo/trunk/src/work/marci/iterator_bfs_demo.cc	(original)
+++ hugo/trunk/src/work/marci/iterator_bfs_demo.cc	Thu May  6 19:01:31 2004
@@ -6,7 +6,7 @@
 #include <list_graph.h>
 //#include <smart_graph.h>
 #include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 
 using namespace hugo;
 using std::cout; 

Modified: hugo/trunk/src/work/marci/top_sort_test.cc
==============================================================================
--- hugo/trunk/src/work/marci/top_sort_test.cc	(original)
+++ hugo/trunk/src/work/marci/top_sort_test.cc	Thu May  6 19:01:31 2004
@@ -6,7 +6,7 @@
 #include <hugo/dimacs.h>
 #include <bfs_dfs_misc.h>
 #include <list_graph.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 
 using namespace hugo;
 



More information about the Lemon-commits mailing list