Changeset 945 for trunk/Couenne/src/bound_tightening/CouenneFixPoint.hpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/CouenneFixPoint.hpp
r786 r945 15 15 16 16 #include "BonOaDecBase.hpp" 17 #include "CglConfig.h" 17 18 #include "CglCutGenerator.hpp" 18 19 #include "OsiRowCut.hpp" … … 48 49 void generateCuts (const OsiSolverInterface &, 49 50 OsiCuts &, 50 const CglTreeInfo = CglTreeInfo ()) const; 51 const CglTreeInfo = CglTreeInfo ()) 52 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 53 const 54 #endif 55 ; 51 56 52 57 /// Add list of options to be read from file
Note: See TracChangeset
for help on using the changeset viewer.