Changeset 945 for trunk/Couenne/src/bound_tightening/CouenneAggrProbing.hpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/CouenneAggrProbing.hpp
r490 r945 15 15 16 16 #include "BonOaDecBase.hpp" 17 #include "CglConfig.h" 17 18 #include "CglCutGenerator.hpp" 18 19 #include "OsiColCut.hpp" … … 55 56 void generateCuts(const OsiSolverInterface & solver, 56 57 OsiCuts& cuts, 57 const CglTreeInfo = CglTreeInfo ()) const; 58 const CglTreeInfo = CglTreeInfo ()) 59 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 60 const 61 #endif 62 { } 58 63 59 64 /// Probe one variable (try to tigthen the lower or the upper
Note: See TracChangeset
for help on using the changeset viewer.