equal
  deleted
  inserted
  replaced
  
    
    
     7 #include <dimacs.h>  | 
     7 #include <dimacs.h>  | 
     8 #include <edmonds_karp.h>  | 
     8 #include <edmonds_karp.h>  | 
     9 #include <time_measure.h>  | 
     9 #include <time_measure.h>  | 
    10 #include <graph_wrapper.h>  | 
    10 #include <graph_wrapper.h>  | 
    11   | 
    11   | 
    12 using namespace hugo;  | 
    12 using namespace lemon;  | 
    13   | 
    13   | 
    14 // Use a DIMACS max flow file as stdin.  | 
    14 // Use a DIMACS max flow file as stdin.  | 
    15 // read_dimacs_demo < dimacs_max_flow_file  | 
    15 // read_dimacs_demo < dimacs_max_flow_file  | 
    16   | 
    16   | 
    17 int main(int, char **) { | 
    17 int main(int, char **) { |