Changeset 1798 for trunk/Cbc/src/CbcModel.hpp
- Timestamp:
- Oct 21, 2012 9:34:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.hpp
r1794 r1798 439 439 */ 440 440 void saveModel(OsiSolverInterface * saveSolver, double * checkCutoffForRestart, bool * feasible); 441 /** 442 Flip direction of optimization on all models 443 */ 444 void flipModel(); 441 445 442 446 //@} … … 1729 1733 19 bit (524288) - recipient CbcModel 1730 1734 20 bit (1048576) - waiting for sub model to return 1735 22 bit (4194304) - do not initialize random seed in solver (user has) 1731 1736 */ 1732 1737 inline void setSpecialOptions(int value) {
Note: See TracChangeset
for help on using the changeset viewer.