src/work/marci/max_bipartite_matching_demo.cc
changeset 755 a8c2e828ce0b
parent 198 5cec393baade
child 768 a5e9303a5511
equal deleted inserted replaced
5:8df60ac55340 6:8d21687b1005
     7 #include <LEDA/graph.h>
     7 #include <LEDA/graph.h>
     8 #include <LEDA/mcb_matching.h>
     8 #include <LEDA/mcb_matching.h>
     9 #include <LEDA/list.h>
     9 #include <LEDA/list.h>
    10 
    10 
    11 #include <leda_graph_wrapper.h>
    11 #include <leda_graph_wrapper.h>
    12 #include <list_graph.h>
    12 #include <sage_graph.h>
    13 #include <dimacs.h>
    13 #include <dimacs.h>
    14 #include <time_measure.h>
    14 #include <time_measure.h>
    15 #include <edmonds_karp.h>
    15 #include <edmonds_karp.h>
    16 
    16 
    17 /**
    17 /**