COIN-OR::LEMON - Graph Library

Changeset 1272:17be4c5bc6c6 in lemon-0.x for src/work/athos/lp/lp_base.cc


Ignore:
Timestamp:
03/30/05 10:28:44 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1702
Message:
  • Non-template expressions and constraints (lin_expr.h isn't used)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/lp/lp_base.cc

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