equal
  deleted
  inserted
  replaced
  
    
    
     4 #include <list_graph.hh>  | 
     4 #include <list_graph.hh>  | 
     5 #include <dimacs.hh>  | 
     5 #include <dimacs.hh>  | 
     6 #include <preflow_push.hh>  | 
     6 #include <preflow_push.hh>  | 
     7 #include <time_measure.h>  | 
     7 #include <time_measure.h>  | 
     8   | 
     8   | 
     9 using namespace marci;  | 
     9 using namespace hugo;  | 
    10   | 
    10   | 
    11 // Use a DIMACS max flow file as stdin.  | 
    11 // Use a DIMACS max flow file as stdin.  | 
    12 // read_dimacs_demo < dimacs_max_flow_file  | 
    12 // read_dimacs_demo < dimacs_max_flow_file  | 
    13 int main(int, char **) { | 
    13 int main(int, char **) { | 
    14   typedef ListGraph::NodeIt NodeIt;  | 
    14   typedef ListGraph::NodeIt NodeIt;  |