Changeset 945 for trunk/Couenne/src/convex/CouenneCutGenerator.hpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/convex/CouenneCutGenerator.hpp
r771 r945 15 15 16 16 #include "BonOaDecBase.hpp" 17 #include "CglConfig.h" 17 18 #include "CglCutGenerator.hpp" 18 19 #include "OsiRowCut.hpp" … … 155 156 void generateCuts (const OsiSolverInterface &, 156 157 OsiCuts &, 157 const CglTreeInfo = CglTreeInfo ()) const; 158 const CglTreeInfo = CglTreeInfo ()) 159 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 160 const 161 #endif 162 ; 158 163 159 164 /// create cut and check violation. Insert and return status
Note: See TracChangeset
for help on using the changeset viewer.