Changeset 945 for trunk/Couenne/src/cut/sdpcuts/CouenneSdpCuts.hpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/cut/sdpcuts/CouenneSdpCuts.hpp
r936 r945 12 12 #define CouenneSdpCuts_hpp 13 13 14 #include "CglConfig.h" 14 15 #include "CglCutGenerator.hpp" 15 16 #include "BonRegisteredOptions.hpp" … … 78 79 virtual void generateCuts (const OsiSolverInterface &, 79 80 OsiCuts &, 80 const CglTreeInfo = CglTreeInfo ()) const; 81 const CglTreeInfo = CglTreeInfo ()) 82 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 83 const 84 #endif 85 ; 81 86 82 87 /// Add list of options to be read from file
Note: See TracChangeset
for help on using the changeset viewer.