src/work/marci/bipartite_matching_try.cc
changeset 493 bbd1db03f0fe
parent 476 cfe550761745
child 496 7c463a7635d4
equal deleted inserted replaced
2:0b08712b2e9d 3:5fa6b9d84093
    10 #include <time_measure.h>
    10 #include <time_measure.h>
    11 #include <for_each_macros.h>
    11 #include <for_each_macros.h>
    12 #include <bfs_iterator.h>
    12 #include <bfs_iterator.h>
    13 #include <graph_wrapper.h>
    13 #include <graph_wrapper.h>
    14 #include <maps.h>
    14 #include <maps.h>
    15 #include <preflow.h>
    15 #include <max_flow.h>
    16 
    16 
    17 /**
    17 /**
    18  * Inicializalja a veletlenszamgeneratort.
    18  * Inicializalja a veletlenszamgeneratort.
    19  * Figyelem, ez nem jo igazi random szamokhoz,
    19  * Figyelem, ez nem jo igazi random szamokhoz,
    20  * erre ne bizzad a titkaidat!
    20  * erre ne bizzad a titkaidat!