Changeset 945 for trunk/Couenne/src/bound_tightening/FixPointGenCuts.cpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/FixPointGenCuts.cpp
r788 r945 28 28 void CouenneFixPoint::generateCuts (const OsiSolverInterface &si, 29 29 OsiCuts &cs, 30 const CglTreeInfo treeInfo) const { 30 const CglTreeInfo treeInfo) 31 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 32 const 33 #endif 34 { 31 35 32 36 /// Only run this if the latest FBBT terminated on the iteration
Note: See TracChangeset
for help on using the changeset viewer.