src/lemon/lp_base.cc
changeset 1305 c3dc75d4af24
parent 1273 2b2ffa625775
child 1359 1581f961cfaa
equal deleted inserted replaced
6:c25ea35c3914 0:b188bcafaa0a
    15  */
    15  */
    16 
    16 
    17 ///\file
    17 ///\file
    18 ///\brief The implementation of the LP solver interface.
    18 ///\brief The implementation of the LP solver interface.
    19 
    19 
    20 #include "lp_base.h"
    20 #include <lemon/lp_base.h>
    21 namespace lemon {
    21 namespace lemon {
    22   
    22   
    23   const LpSolverBase::Value
    23   const LpSolverBase::Value
    24   LpSolverBase::INF = std::numeric_limits<Value>::infinity();
    24   LpSolverBase::INF = std::numeric_limits<Value>::infinity();
    25   const LpSolverBase::Value
    25   const LpSolverBase::Value