COIN-OR::LEMON - Graph Library

Changeset 1364:ee5959aa4410 in lemon-0.x for src/lemon/lp_base.cc


Ignore:
Timestamp:
04/17/05 20:57:22 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1809
Message:
  • compile failure fixed
  • newLp(), copyLp() added
  • more doc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/lp_base.cc

    r1359 r1364  
    2626  LpSolverBase::NaN = std::numeric_limits<Value>::quiet_NaN();
    2727
    28   const LpSolverBase::Constr::Value
    29   LpSolverBase::Constr::INF = std::numeric_limits<Value>::infinity();
    30   const LpSolverBase::Constr::Value
    31   LpSolverBase::Constr::NaN = std::numeric_limits<Value>::quiet_NaN();
     28//   const LpSolverBase::Constr::Value
     29//   LpSolverBase::Constr::INF = std::numeric_limits<Value>::infinity();
     30//   const LpSolverBase::Constr::Value
     31//   LpSolverBase::Constr::NaN = std::numeric_limits<Value>::quiet_NaN();
    3232 
    3333} //namespace lemon
Note: See TracChangeset for help on using the changeset viewer.