Changeset 945 for trunk/Couenne/src/cut/crossconv/CouenneCrossConv.hpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/cut/crossconv/CouenneCrossConv.hpp
r605 r945 14 14 #include "BonRegisteredOptions.hpp" 15 15 16 #include "CglConfig.h" 16 17 #include "CglCutGenerator.hpp" 17 18 #include "OsiRowCut.hpp" … … 158 159 virtual void generateCuts (const OsiSolverInterface &, 159 160 OsiCuts &, 160 const CglTreeInfo = CglTreeInfo ()) const; 161 const CglTreeInfo = CglTreeInfo ()) 162 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 163 const 164 #endif 165 ; 161 166 162 167 /// Add list of options to be read from file
Note: See TracChangeset
for help on using the changeset viewer.