Changeset 754
- Timestamp:
- May 10, 2006 5:17:57 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 26 added
- 2 deleted
- 1 edited
- 112 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals set to
-
trunk/Clp/src/ClpGubDynamicMatrix.hpp
r753 r754 94 94 inSmall = 0x01, 95 95 atUpperBound = 0x02, 96 atLowerBound = 0x03 ,96 atLowerBound = 0x03 97 97 }; 98 98 /// Whether flagged -
trunk/Clp/src/ClpModel.hpp
r753 r754 9 9 #include <vector> 10 10 #include <string> 11 #ifndef COIN_USE_CLP12 #define COIN_USE_CLP13 #endif11 //#ifndef COIN_USE_CLP 12 //#define COIN_USE_CLP 13 //#endif 14 14 #include "ClpMatrixBase.hpp" 15 15 #include "CoinMessageHandler.hpp"
Note: See TracChangeset
for help on using the changeset viewer.