src/work/athos/minlength_demo.cc
changeset 960 908a1a6f0752
parent 607 327f7cf13843
equal deleted inserted replaced
1:8ff379779e27 2:5da1f31263f2
     1 #include <iostream>
     1 #include <iostream>
     2 #include <fstream>
     2 #include <fstream>
     3 
     3 
     4 #include <list_graph.h>
     4 #include <list_graph.h>
     5 #include <hugo/dimacs.h>
     5 #include <lemon/dimacs.h>
     6 #include <hugo/time_measure.h>
     6 #include <lemon/time_measure.h>
     7 #include "minlengthpaths.h"
     7 #include "minlengthpaths.h"
     8 //#include <time_measure.h>
     8 //#include <time_measure.h>
     9 
     9 
    10 using namespace hugo;
    10 using namespace lemon;
    11 
    11 
    12 // Use a DIMACS max flow file as stdin.
    12 // Use a DIMACS max flow file as stdin.
    13 // read_dimacs_demo < dimacs_max_flow_file
    13 // read_dimacs_demo < dimacs_max_flow_file
    14 int main(int argc, char ** argv) {
    14 int main(int argc, char ** argv) {
    15   typedef ListGraph Graph;
    15   typedef ListGraph Graph;