equal
deleted
inserted
replaced
15 */ |
15 */ |
16 |
16 |
17 ///\file |
17 ///\file |
18 ///\brief The implementation of the LP solver interface. |
18 ///\brief The implementation of the LP solver interface. |
19 |
19 |
20 #include "lp_base.h" |
20 #include <lemon/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 |
25 const LpSolverBase::Value |