1.1 --- a/src/work/marci/edmonds_karp_demo.cc Mon Apr 26 14:25:51 2004 +0000
1.2 +++ b/src/work/marci/edmonds_karp_demo.cc Mon Apr 26 14:40:59 2004 +0000
1.3 @@ -3,7 +3,7 @@
1.4 #include <fstream>
1.5
1.6 #include <list_graph.h>
1.7 -//#include <smart_graph.h>
1.8 +#include <smart_graph.h>
1.9 #include <dimacs.h>
1.10 #include <edmonds_karp.h>
1.11 #include <time_measure.h>
1.12 @@ -37,8 +37,8 @@
1.13
1.14 typedef ListGraph MutableGraph;
1.15
1.16 -// typedef SmartGraph Graph;
1.17 - typedef ListGraph Graph;
1.18 + typedef SmartGraph Graph;
1.19 + // typedef ListGraph Graph;
1.20 typedef Graph::Node Node;
1.21 typedef Graph::EdgeIt EdgeIt;
1.22