changeset 269 | f5965bbf1353 |
parent 209 | 765619b7cbb2 |
child 282 | dc9e8d2c0df9 |
1:57d5d20a69cd | 2:4fec780b0e3c |
---|---|
17 */ |
17 */ |
18 |
18 |
19 #include <lemon/smart_graph.h> |
19 #include <lemon/smart_graph.h> |
20 #include <lemon/list_graph.h> |
20 #include <lemon/list_graph.h> |
21 #include <lemon/lgf_reader.h> |
21 #include <lemon/lgf_reader.h> |
22 #include <lemon/graph_utils.h> |
|
23 #include <lemon/error.h> |
22 #include <lemon/error.h> |
24 |
23 |
25 #include "test_tools.h" |
24 #include "test_tools.h" |
26 |
25 |
27 using namespace std; |
26 using namespace std; |