Changeset 1786 for stable/2.7/Cbc/README
- Timestamp:
- Jun 7, 2012 8:46:07 AM (9 years ago)
- Location:
- stable/2.7/Cbc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 1785
- Property svn:mergeinfo changed
-
stable/2.7/Cbc/README
r1704 r1786 26 26 ========== 27 27 28 Release 2.7.7: 29 30 1. Fix to report interruption on user event if SIGINT is received by CbcSolver. 31 model->status() should now be 5 if this event happened. 32 Added method CbcModel::sayEventHappened() to make cbc stop due to an 'user event'. 33 34 2. Other minor fixes. 35 36 Release 2.7.6: 37 Look at https://projects.coin-or.org/Cbc/changeset?old_path=%2Freleases%2F2.7.5&old=1768&new_path=%2Freleases%2F2.7.6&new=1768 to see all changes. 38 39 1. Fixes to build system. 40 41 2. Other minor fixes. 42 43 Release 2.7.5: 44 Look at https://projects.coin-or.org/Cbc/changeset?old_path=%2Freleases%2F2.7.4&old=1768&new_path=%2Freleases%2F2.7.5&new=1768 to see all changes. 45 46 1. Fixes to get AMPL interface working again. 47 48 2. More fixes to MSVC++ files. 49 50 Release 2.7.4: 51 Look at https://projects.coin-or.org/Cbc/changeset?old_path=%2Freleases%2F2.7.3&old=1759&new_path=%2Freleases%2F2.7.4&new=1759 to see all changes. 52 53 1. Minor bugfixes. 54 55 Release 2.7.3: 56 Look at https://projects.coin-or.org/Cbc/changeset?old_path=%2Freleases%2F2.7.2&old=1759&new_path=%2Freleases%2F2.7.3&new=1759 to see all changes. 57 58 1. Minor bugfixes. 59 60 2. Fixes to MSVC++ files. 61 62 Release 2.7.2: 63 64 1. Allow row/column names for GMPL models. 65 66 2. Added CbcModel::haveMultiThreadSupport() to indicate whether Cbc library has been compiled with multithread support. 67 68 3. Added CbcModel::waitingForMiniBranchAndBound() to indicate whether sub-MIP heuristic is currently running. 69 70 4. Cbc shell should work with readline if configured with --enable-gnu-packages. 71 72 5. Support for compressed input files (.gz, .bz2) is now enabled by default. 73 74 6. Fix problems with relative gap tolerance > 100% and further bugs. 75 76 7. Fixes for MSVC++ Version 9 files. 77 78 8. Minor fixes in buildsystem; update to BuildTools 0.7.1. 79 28 80 Release 2.7.1: 29 81 … … 37 89 38 90 3. Support for BuildTools version 0.7 to incorporate recent enhancements, 39 including proper library versioning in Linux, prohibiting installation of40 private headers, etc.91 including proper library versioning in Linux, prohibiting installation of 92 private headers, etc. 41 93 42 94 4. Updated externals to new stable versions of dependent projects.
Note: See TracChangeset
for help on using the changeset viewer.