- Timestamp:
- Jan 26, 2013 7:14:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/OsiCbc/OsiCbcSolverInterface.cpp
r1572 r1849 783 783 OsiCbcSolverInterface::branchAndBound() 784 784 { 785 *messageHandler() << "Warning: Use of OsiCbc is deprecated." << CoinMessageEol; 786 *messageHandler() << "To enjoy the full performance of Cbc, use the CbcSolver interface." << CoinMessageEol; 785 787 modelPtr_->branchAndBound(); 786 788 }
Note: See TracChangeset
for help on using the changeset viewer.