Changeset 786 for trunk/Couenne/src/bound_tightening/CouenneFixPoint.hpp
- Timestamp:
- Nov 16, 2011 11:10:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/CouenneFixPoint.hpp
r490 r786 18 18 #include "OsiRowCut.hpp" 19 19 #include "OsiSolverInterface.hpp" 20 21 #include "CouenneBTPerfIndicator.hpp" 20 22 21 23 namespace Couenne { … … 81 83 bool, 82 84 int, int) const; 85 86 /// Performance indicator 87 CouenneBTPerfIndicator perfIndicator_; 83 88 }; 84 89 }
Note: See TracChangeset
for help on using the changeset viewer.