src/work/marci/bipartite_graph_wrapper_test.cc
changeset 484 13e57edac8ed
parent 476 cfe550761745
child 496 7c463a7635d4
equal deleted inserted replaced
5:d7382781883e 6:d7d0f46e930a
     9 #include <time_measure.h>
     9 #include <time_measure.h>
    10 #include <for_each_macros.h>
    10 #include <for_each_macros.h>
    11 #include <bfs_iterator.h>
    11 #include <bfs_iterator.h>
    12 #include <graph_wrapper.h>
    12 #include <graph_wrapper.h>
    13 #include <maps.h>
    13 #include <maps.h>
    14 #include <preflow.h>
    14 #include <max_flow.h>
    15 
    15 
    16 using namespace hugo;
    16 using namespace hugo;
    17 
    17 
    18 int main() {
    18 int main() {
    19   typedef UndirListGraph Graph; 
    19   typedef UndirListGraph Graph;