lemon/lp_skeleton.h
changeset 576 f5bc148f7e1f
parent 482 ed54c0d13df0
child 587 9db62975c32b
equal deleted inserted replaced
1:da79975c6d0e 2:a6eebaa25465
    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