src/work/marci/const_map_time.cc
changeset 1008 3fef334f5f37
parent 890 3a48bc350e0f
equal deleted inserted replaced
0:0b8670609ab1 1:7e5b3905c2cf
     1 // Use a DIMACS max flow file as stdin.
     1 // Use a DIMACS max flow file as stdin.
     2 // const_map_time < dimacs_max_flow_file
     2 // const_map_time < dimacs_max_flow_file
     3 
     3 
     4 #include <iostream>
     4 #include <iostream>
     5 
     5 
     6 #include <hugo/maps.h>
     6 #include <lemon/maps.h>
     7 #include <hugo/smart_graph.h>
     7 #include <lemon/smart_graph.h>
     8 #include <hugo/time_measure.h>
     8 #include <lemon/time_measure.h>
     9 #include <hugo/dimacs.h>
     9 #include <lemon/dimacs.h>
    10 #include <hugo/graph_wrapper.h>
    10 #include <lemon/graph_wrapper.h>
    11 
    11 
    12 using namespace hugo;
    12 using namespace lemon;
    13 
    13 
    14 int main() {
    14 int main() {
    15 
    15 
    16   typedef SmartGraph Graph;
    16   typedef SmartGraph Graph;
    17   typedef Graph::Node Node;
    17   typedef Graph::Node Node;