Changeset 1910 for trunk/Clp/src/ClpSimplex.hpp
- Timestamp:
- Jan 26, 2013 9:00:13 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 7 7 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/stable/1.2 8 8 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 9 CoinUtils https://projects.coin-or.org/svn/CoinUtils/ stable/2.8/CoinUtils10 Osi https://projects.coin-or.org/svn/Osi/ stable/0.105/Osi9 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 10 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi
-
- Property svn:externals
-
trunk/Clp/src/ClpSimplex.hpp
r1879 r1910 28 28 class ClpDisasterHandler; 29 29 class ClpConstraint; 30 #if CLP_HAS_ABC31 30 #include "AbcCommon.hpp" 31 #ifdef CLP_HAS_ABC 32 32 class AbcTolerancesEtc; 33 33 class AbcSimplex; … … 1645 1645 #define CLP_ABC_WANTED_PARALLEL 2 1646 1646 #define CLP_ABC_FULL_DONE 8 1647 #define CLP_ABC_BEEN_FEASIBLE 655361648 1647 // bits 256,512,1024 for crash 1649 1648 #endif 1649 #define CLP_ABC_BEEN_FEASIBLE 65536 1650 1650 int abcState_; 1651 1651 public:
Note: See TracChangeset
for help on using the changeset viewer.