equal
  deleted
  inserted
  replaced
  
    
    
|      1 #include <iostream> |      1 #include <iostream> | 
|      2  |      2  | 
|      3 //#include <hugo/list_graph.h> |      3 //#include <lemon/list_graph.h> | 
|      4 #include <sage_graph.h> |      4 #include <sage_graph.h> | 
|      5 #include <hugo/dimacs.h> |      5 #include <lemon/dimacs.h> | 
|      6 #include <hugo/max_flow.h> |      6 #include <lemon/max_flow.h> | 
|      7 //#include <max_flow_no_stack.h> |      7 //#include <max_flow_no_stack.h> | 
|      8 #include <hugo/time_measure.h> |      8 #include <lemon/time_measure.h> | 
|      9  |      9  | 
|     10 using namespace hugo; |     10 using namespace lemon; | 
|     11  |     11  | 
|     12 int main(int, char **) { |     12 int main(int, char **) { | 
|     13   |     13   | 
|     14 //  typedef ListGraph Graph; |     14 //  typedef ListGraph Graph; | 
|     15   typedef SageGraph Graph; |     15   typedef SageGraph Graph; |