| changeset 1265 | 47c60ae9c26a |
| parent 1256 | 3bb4ed285c39 |
| child 1272 | 17be4c5bc6c6 |
| 3:042a121cca5e | 4:942a5a4a2d59 |
|---|---|
20 #include "lp_base.h" |
20 #include "lp_base.h" |
21 namespace lemon { |
21 namespace lemon { |
22 |
22 |
23 const LpSolverBase::Value |
23 const LpSolverBase::Value |
24 LpSolverBase::INF = std::numeric_limits<Value>::infinity(); |
24 LpSolverBase::INF = std::numeric_limits<Value>::infinity(); |
25 const LpSolverBase::Value |
|
26 LpSolverBase::NaN = std::numeric_limits<Value>::quiet_NaN(); |
|
25 |
27 |
26 |
28 |
27 } //namespace lemon |
29 } //namespace lemon |