src/work/athos/lp/lp_base.cc
changeset 1256 3bb4ed285c39
parent 1253 609fe893df8c
child 1264 92ba3e62825d
equal deleted inserted replaced
2:10bfacd14de8 3:042a121cca5e
    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 "lp_base.h"
    21 namespace lemon {
    21 namespace lemon {
    22 
    22   
       
    23   const LpSolverBase::Value
       
    24   LpSolverBase::INF = std::numeric_limits<Value>::infinity();
    23 
    25 
    24 
    26 
    25 } //namespace lemon
    27 } //namespace lemon