equal
deleted
inserted
replaced
8 #include <graph_gen.h> |
8 #include <graph_gen.h> |
9 #include <max_matching.h> |
9 #include <max_matching.h> |
10 #include <time_measure.h> |
10 #include <time_measure.h> |
11 #include <graph_wrapper.h> |
11 #include <graph_wrapper.h> |
12 |
12 |
13 using namespace hugo; |
13 using namespace lemon; |
14 |
14 |
15 int main(int, char **) { |
15 int main(int, char **) { |
16 |
16 |
17 typedef UndirGraph<ListGraph> UGW; |
17 typedef UndirGraph<ListGraph> UGW; |
18 typedef UGW::Edge Edge; |
18 typedef UGW::Edge Edge; |