Changeset 1725
- Timestamp:
- Apr 29, 2011 1:58:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/OsiClp/OsiClpSolverInterface.hpp
r1677 r1725 20 20 #include "ClpNode.hpp" 21 21 #include "CoinIndexedVector.hpp" 22 #include "CoinFinite.hpp" 22 23 23 24 class OsiRowCut; … … 25 26 class OsiClpDisasterHandler; 26 27 class CoinSet; 27 #ifndef COIN_DBL_MAX28 static const double OsiClpInfinity = DBL_MAX;29 #else30 28 static const double OsiClpInfinity = COIN_DBL_MAX; 31 #endif32 29 33 30 //#############################################################################
Note: See TracChangeset
for help on using the changeset viewer.