src/work/marci/top_sort_test.cc
changeset 642 e812963087f0
parent 640 d426dca0aaf7
child 762 511200bdb71f
     1.1 --- a/src/work/marci/top_sort_test.cc	Fri May 14 18:08:29 2004 +0000
     1.2 +++ b/src/work/marci/top_sort_test.cc	Fri May 14 18:28:57 2004 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  #include <hugo/dimacs.h>
     1.6  #include <bfs_dfs_misc.h>
     1.7 -#include <list_graph.h>
     1.8 +#include <sage_graph.h>
     1.9  #include <hugo/graph_wrapper.h>
    1.10  #include <hugo/maps.h>
    1.11  #include <hugo/for_each_macros.h>
    1.12 @@ -16,7 +16,7 @@
    1.13  using std::endl;
    1.14  
    1.15  int main() {
    1.16 -  typedef ListGraph Graph;
    1.17 +  typedef SageGraph Graph;
    1.18    Graph g;
    1.19    readDimacs(std::cin, g); 
    1.20