src/work/marci/leda_graph_demo.cc
changeset 927 dec4eef5a65c
parent 189 04becc472709
child 986 e997802b855c
equal deleted inserted replaced
1:6a89e94d909d 2:4647f7fa0f01
     6 #include <leda_graph_wrapper.h>
     6 #include <leda_graph_wrapper.h>
     7 #include <dimacs.h>
     7 #include <dimacs.h>
     8 #include <time_measure.h>
     8 #include <time_measure.h>
     9 #include <edmonds_karp.h>
     9 #include <edmonds_karp.h>
    10 
    10 
    11 using namespace hugo;
    11 using namespace lemon;
    12 
    12 
    13 using std::cout; 
    13 using std::cout; 
    14 using std::endl;
    14 using std::endl;
    15 
    15 
    16 int main() {
    16 int main() {