Changeset 945 for trunk/Couenne/src/bound_tightening/CouenneAggrProbing.cpp
- Timestamp:
- Apr 6, 2013 4:25:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/CouenneAggrProbing.cpp
r793 r945 52 52 void CouenneAggrProbing::registerOptions(Ipopt::SmartPtr <Bonmin::RegisteredOptions> roptions) { 53 53 // Nothing for the moment, but will be added later as needed 54 }55 56 void CouenneAggrProbing::generateCuts(const OsiSolverInterface& solver,57 OsiCuts& cuts,58 const CglTreeInfo info) const {59 // Empty for the moment (cannot be used automatically in Branch-and-Bound)60 54 } 61 55
Note: See TracChangeset
for help on using the changeset viewer.