- 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/FixPointGenCuts.cpp
r694 r946 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.