changeset 1358 | a81fbbac3b4c |
parent 1313 | 96b74270c3a1 |
child 1359 | 1581f961cfaa |
0:ace84404e858 | 1:5097f1a740e5 |
---|---|
16 */ |
16 */ |
17 |
17 |
18 #ifndef LEMON_LP_SKELETON |
18 #ifndef LEMON_LP_SKELETON |
19 #define LEMON_LP_SKELETON |
19 #define LEMON_LP_SKELETON |
20 |
20 |
21 #include"lp_base.h" |
21 #include <lemon/lp_base.h> |
22 |
22 |
23 ///\file |
23 ///\file |
24 ///\brief A skeleton file to implement LP solver interfaces |
24 ///\brief A skeleton file to implement LP solver interfaces |
25 namespace lemon { |
25 namespace lemon { |
26 |
26 |