[Lemon-commits] [lemon_svn] marci: r637 - in hugo/trunk/src/work: jacint marci
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:42 CET 2006
Author: marci
Date: Thu Apr 29 18:30:39 2004
New Revision: 637
Modified:
hugo/trunk/src/work/jacint/max_flow.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/lg_vs_sg.cc
hugo/trunk/src/work/marci/max_flow_demo.cc
Log:
corrections
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 Apr 29 18:30:39 2004
@@ -33,8 +33,8 @@
*/
-#ifndef HUGO_PREFLOW_H
-#define HUGO_PREFLOW_H
+#ifndef HUGO_MAX_FLOW_H
+#define HUGO_MAX_FLOW_H
#define H0 20
#define H1 1
@@ -1009,7 +1009,7 @@
} //namespace hugo
-#endif //HUGO_PREFLOW_H
+#endif //HUGO_MAX_FLOW_H
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 Apr 29 18:30:39 2004
@@ -11,7 +11,7 @@
#include <bfs_iterator.h>
#include <graph_wrapper.h>
#include <maps.h>
-#include <preflow.h>
+#include <max_flow.h>
using namespace hugo;
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 Apr 29 18:30:39 2004
@@ -12,7 +12,7 @@
#include <bfs_iterator.h>
#include <graph_wrapper.h>
#include <maps.h>
-#include <preflow.h>
+#include <max_flow.h>
/**
* Inicializalja a veletlenszamgeneratort.
Modified: hugo/trunk/src/work/marci/lg_vs_sg.cc
==============================================================================
--- hugo/trunk/src/work/marci/lg_vs_sg.cc (original)
+++ hugo/trunk/src/work/marci/lg_vs_sg.cc Thu Apr 29 18:30:39 2004
@@ -6,7 +6,7 @@
#include <list_graph.h>
#include <smart_graph.h>
#include <dimacs.h>
-#include <preflow.h>
+#include <max_flow.h>
#include <time_measure.h>
#include <for_each_macros.h>
Modified: hugo/trunk/src/work/marci/max_flow_demo.cc
==============================================================================
--- hugo/trunk/src/work/marci/max_flow_demo.cc (original)
+++ hugo/trunk/src/work/marci/max_flow_demo.cc Thu Apr 29 18:30:39 2004
@@ -7,7 +7,7 @@
#include <dimacs.h>
#include <time_measure.h>
//#include <graph_wrapper.h>
-#include <preflow.h>
+#include <max_flow.h>
//#include <preflow_res.h>
#include <for_each_macros.h>
More information about the Lemon-commits
mailing list