src/lemon/lp_base.cc
changeset 1364 ee5959aa4410
parent 1359 1581f961cfaa
     1.1 --- a/src/lemon/lp_base.cc	Fri Apr 15 22:12:51 2005 +0000
     1.2 +++ b/src/lemon/lp_base.cc	Sun Apr 17 18:57:22 2005 +0000
     1.3 @@ -25,9 +25,9 @@
     1.4    const LpSolverBase::Value
     1.5    LpSolverBase::NaN = std::numeric_limits<Value>::quiet_NaN();
     1.6  
     1.7 -  const LpSolverBase::Constr::Value
     1.8 -  LpSolverBase::Constr::INF = std::numeric_limits<Value>::infinity();
     1.9 -  const LpSolverBase::Constr::Value
    1.10 -  LpSolverBase::Constr::NaN = std::numeric_limits<Value>::quiet_NaN();
    1.11 +//   const LpSolverBase::Constr::Value
    1.12 +//   LpSolverBase::Constr::INF = std::numeric_limits<Value>::infinity();
    1.13 +//   const LpSolverBase::Constr::Value
    1.14 +//   LpSolverBase::Constr::NaN = std::numeric_limits<Value>::quiet_NaN();
    1.15    
    1.16  } //namespace lemon