equal
deleted
inserted
replaced
14 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_LP_SKELETON |
19 #ifndef LEMON_LP_SKELETON_H |
20 #define LEMON_LP_SKELETON |
20 #define LEMON_LP_SKELETON_H |
21 |
21 |
22 #include <lemon/lp_base.h> |
22 #include <lemon/lp_base.h> |
23 |
23 |
24 ///\file |
24 ///\file |
25 ///\brief A skeleton file to implement LP solver interfaces |
25 ///\brief A skeleton file to implement LP solver interfaces |
224 |
224 |
225 }; |
225 }; |
226 |
226 |
227 } //namespace lemon |
227 } //namespace lemon |
228 |
228 |
229 #endif // LEMON_LP_SKELETON |
229 #endif |