equal
deleted
inserted
replaced
13 * express or implied, and with no claim as to its suitability for any |
13 * express or implied, and with no claim as to its suitability for any |
14 * purpose. |
14 * purpose. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include"lp_solver_skeleton.h" |
18 #include <lemon/lp_solver_skeleton.h> |
19 |
19 |
20 ///\file |
20 ///\file |
21 ///\brief A skeleton file to implement LP solver interfaces |
21 ///\brief A skeleton file to implement LP solver interfaces |
22 namespace lemon { |
22 namespace lemon { |
23 |
23 |