1.1 --- a/src/work/marci/bfsit_vs_byhand.cc Fri May 14 18:08:29 2004 +0000
1.2 +++ b/src/work/marci/bfsit_vs_byhand.cc Fri May 14 18:28:57 2004 +0000
1.3 @@ -2,7 +2,7 @@
1.4 #include <iostream>
1.5 #include <fstream>
1.6
1.7 -#include <list_graph.h>
1.8 +#include <sage_graph.h>
1.9 //#include <smart_graph.h>
1.10 #include <hugo/dimacs.h>
1.11 #include <hugo/time_measure.h>
1.12 @@ -12,7 +12,7 @@
1.13 using namespace hugo;
1.14
1.15 int main() {
1.16 - typedef ListGraph Graph;
1.17 + typedef SageGraph Graph;
1.18 typedef Graph::Node Node;
1.19 typedef Graph::NodeIt NodeIt;
1.20 typedef Graph::Edge Edge;