diff --git a/lemon/lp_base.cc b/lemon/lp_base.cc --- a/lemon/lp_base.cc +++ b/lemon/lp_base.cc @@ -22,14 +22,7 @@ #include namespace lemon { - const LpSolverBase::Value - LpSolverBase::INF = std::numeric_limits::infinity(); - const LpSolverBase::Value - LpSolverBase::NaN = std::numeric_limits::quiet_NaN(); - -// const LpSolverBase::Constr::Value -// LpSolverBase::Constr::INF = std::numeric_limits::infinity(); -// const LpSolverBase::Constr::Value -// LpSolverBase::Constr::NaN = std::numeric_limits::quiet_NaN(); + const LpBase::Value LpBase::INF = std::numeric_limits::infinity(); + const LpBase::Value LpBase::NaN = std::numeric_limits::quiet_NaN(); } //namespace lemon