src/work/marci/max_flow_1.cc
changeset 642 e812963087f0
parent 640 d426dca0aaf7
child 762 511200bdb71f
     1.1 --- a/src/work/marci/max_flow_1.cc	Fri May 14 18:08:29 2004 +0000
     1.2 +++ b/src/work/marci/max_flow_1.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 <hugo/smart_graph.h>
    1.10  #include <hugo/dimacs.h>
    1.11  #include <hugo/time_measure.h>
    1.12 @@ -19,7 +19,7 @@
    1.13  
    1.14  int main(int, char **) {
    1.15  
    1.16 -  typedef ListGraph MutableGraph;
    1.17 +  typedef SageGraph MutableGraph;
    1.18  
    1.19    typedef SmartGraph Graph;
    1.20    //  typedef ListGraph Graph;