equal
deleted
inserted
replaced
20 #include <sstream> |
20 #include <sstream> |
21 #include <vector> |
21 #include <vector> |
22 #include <queue> |
22 #include <queue> |
23 #include <cstdlib> |
23 #include <cstdlib> |
24 |
24 |
25 #include <lemon/max_matching.h> |
25 #include <lemon/matching.h> |
26 #include <lemon/smart_graph.h> |
26 #include <lemon/smart_graph.h> |
27 #include <lemon/concepts/graph.h> |
27 #include <lemon/concepts/graph.h> |
28 #include <lemon/concepts/maps.h> |
28 #include <lemon/concepts/maps.h> |
29 #include <lemon/lgf_reader.h> |
29 #include <lemon/lgf_reader.h> |
30 #include <lemon/math.h> |
30 #include <lemon/math.h> |