Changeset 946 for stable/0.4/Couenne/src/disjunctive/CouenneDisjCuts.hpp
- Timestamp:
- Apr 15, 2013 6:20:38 PM (8 years ago)
- Location:
- stable/0.4/Couenne
- Files:
-
- 3 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/disjunctive/CouenneDisjCuts.hpp
r490 r946 15 15 16 16 #include "OsiSolverInterface.hpp" 17 #include "CglConfig.h" 17 18 #include "CglCutGenerator.hpp" 18 19 #include "BonOsiTMINLPInterface.hpp" … … 118 119 void generateCuts (const OsiSolverInterface &, 119 120 OsiCuts &, 120 const CglTreeInfo = CglTreeInfo ()) const; 121 const CglTreeInfo = CglTreeInfo ()) 122 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 123 const 124 #endif 125 ; 121 126 122 127 /// Add list of options to be read from file
Note: See TracChangeset
for help on using the changeset viewer.