src/lemon/lp_solver_skeleton.cc
changeset 1307 d4acebef7276
parent 1303 9bcc455da4f5
child 1312 48f9299b390d
equal deleted inserted replaced
5:f65653ff4219 0:9a7aac91cfd9
    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