lemon/lp_base.cc
changeset 459 ed54c0d13df0
parent 458 7afc121e0689
child 510 bc0a130bbb46
     1.1 --- a/lemon/lp_base.cc	Tue Dec 02 21:40:33 2008 +0100
     1.2 +++ b/lemon/lp_base.cc	Tue Dec 02 22:48:28 2008 +0100
     1.3 @@ -22,14 +22,7 @@
     1.4  #include <lemon/lp_base.h>
     1.5  namespace lemon {
     1.6  
     1.7 -  const LpSolverBase::Value
     1.8 -  LpSolverBase::INF = std::numeric_limits<Value>::infinity();
     1.9 -  const LpSolverBase::Value
    1.10 -  LpSolverBase::NaN = std::numeric_limits<Value>::quiet_NaN();
    1.11 -
    1.12 -//   const LpSolverBase::Constr::Value
    1.13 -//   LpSolverBase::Constr::INF = std::numeric_limits<Value>::infinity();
    1.14 -//   const LpSolverBase::Constr::Value
    1.15 -//   LpSolverBase::Constr::NaN = std::numeric_limits<Value>::quiet_NaN();
    1.16 +  const LpBase::Value LpBase::INF = std::numeric_limits<Value>::infinity();
    1.17 +  const LpBase::Value LpBase::NaN = std::numeric_limits<Value>::quiet_NaN();
    1.18  
    1.19  } //namespace lemon