changeset 1113 | f747a0ddbbf6 |
parent 1092 | dceba191c00d |
1:c032ee2d6629 | 2:e3bab92555e3 |
---|---|
22 |
22 |
23 #include "test_tools.h" |
23 #include "test_tools.h" |
24 |
24 |
25 using namespace lemon; |
25 using namespace lemon; |
26 |
26 |
27 const int lgfn = 4; |
|
28 const std::string lgf = |
27 const std::string lgf = |
29 "@nodes\n" |
28 "@nodes\n" |
30 "label\n" |
29 "label\n" |
31 "0\n" |
30 "0\n" |
32 "1\n" |
31 "1\n" |