src/work/jacint/max_flow_bug.cc
changeset 921 818510fa3d99
parent 757 8680351d0c28
child 986 e997802b855c
equal deleted inserted replaced
1:c117a8c34b8f 2:38fcf19f64b1
     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;