- Timestamp:
- Apr 15, 2013 6:20:38 PM (8 years ago)
- Location:
- stable/0.4/Couenne
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.4/Couenne
- Property svn:mergeinfo changed
/trunk/Couenne merged: 945
- Property svn:mergeinfo changed
-
stable/0.4/Couenne/src
- Property svn:mergeinfo changed
/trunk/Couenne/src merged: 945
- Property svn:mergeinfo changed
-
stable/0.4/Couenne/src/bound_tightening
- Property svn:mergeinfo changed
/trunk/Couenne/src/bound_tightening merged: 945
- Property svn:mergeinfo changed
-
stable/0.4/Couenne/src/bound_tightening/CouenneFixPoint.hpp
r490 r946 15 15 16 16 #include "BonOaDecBase.hpp" 17 #include "CglConfig.h" 17 18 #include "CglCutGenerator.hpp" 18 19 #include "OsiRowCut.hpp" … … 46 47 void generateCuts (const OsiSolverInterface &, 47 48 OsiCuts &, 48 const CglTreeInfo = CglTreeInfo ()) const; 49 const CglTreeInfo = CglTreeInfo ()) 50 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 51 const 52 #endif 53 ; 49 54 50 55 /// Add list of options to be read from file
Note: See TracChangeset
for help on using the changeset viewer.