1.1 --- a/src/work/marci/bipartite_graph_wrapper_test.cc Wed Sep 29 14:12:26 2004 +0000
1.2 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc Wed Sep 29 15:30:04 2004 +0000
1.3 @@ -4,21 +4,21 @@
1.4 #include <vector>
1.5
1.6 //#include <sage_graph.h>
1.7 -#include <hugo/smart_graph.h>
1.8 +#include <lemon/smart_graph.h>
1.9 //#include <dimacs.h>
1.10 -#include <hugo/time_measure.h>
1.11 +#include <lemon/time_measure.h>
1.12 //#include <for_each_macros.h>
1.13 #include <bfs_dfs.h>
1.14 -#include <hugo/graph_wrapper.h>
1.15 +#include <lemon/graph_wrapper.h>
1.16 #include <bipartite_graph_wrapper.h>
1.17 -#include <hugo/maps.h>
1.18 -#include <hugo/preflow.h>
1.19 +#include <lemon/maps.h>
1.20 +#include <lemon/preflow.h>
1.21 #include <augmenting_flow.h>
1.22
1.23 using std::cout;
1.24 using std::endl;
1.25
1.26 -using namespace hugo;
1.27 +using namespace lemon;
1.28
1.29 int main() {
1.30 //typedef UndirSageGraph Graph;