src/work/athos/lp/lp_base.cc
changeset 1256 3bb4ed285c39
parent 1253 609fe893df8c
child 1264 92ba3e62825d
     1.1 --- a/src/work/athos/lp/lp_base.cc	Thu Mar 24 12:19:05 2005 +0000
     1.2 +++ b/src/work/athos/lp/lp_base.cc	Fri Mar 25 08:18:27 2005 +0000
     1.3 @@ -19,7 +19,9 @@
     1.4  
     1.5  #include "lp_base.h"
     1.6  namespace lemon {
     1.7 -
     1.8 +  
     1.9 +  const LpSolverBase::Value
    1.10 +  LpSolverBase::INF = std::numeric_limits<Value>::infinity();
    1.11  
    1.12  
    1.13  } //namespace lemon